Class: FalseClass

Inherits:
Object
  • Object
show all
Includes:
Boolean
Defined in:
lib/stbaldricks/patches/boolean.rb

Instance Method Summary collapse

Methods included from Boolean

#empty?, #to_b

Instance Method Details

#blank?Boolean

Returns:



24
25
26
# File 'lib/stbaldricks/patches/boolean.rb', line 24

def blank?
  true
end