Class: TrueClass

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:



16
17
18
# File 'lib/stbaldricks/patches/boolean.rb', line 16

def blank?
  false
end