class NilClass
Public instance methods
nil
is blank:
nil.blank? # => true
@return [true]
Source code GitHub
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 56
def blank?
true
end
NilClass
nil
is blank:
nil.blank? # => true
@return [true]
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 56
def blank?
true
end