NilClass
class NilClass
Public Instance Methods
nil
is blank:
nil.blank? # => true
@return [true]
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 53 def blank? true end
nil
is blank:
nil.blank? # => true
@return [true]
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 53 def blank? true end