Methods
Instance Public methods
blank?()
true
is not blank:
true.blank? # => false
@return [false]
Source:
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 79
def blank?
false
end
true
is not blank:
true.blank? # => false
@return [false]
Source:
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 79
def blank?
false
end