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