FalseClass

class FalseClass

Parent:
Object

Public Instance Methods

blank?() Show source

false is blank:

false.blank? # => true

@return [true]

# File activesupport/lib/active_support/core_ext/object/blank.rb, line 64
def blank?
  true
end