Class: TrueClass

Inherits:
Object
  • Object
show all
Defined in:
lib/to-bool.rb

Instance Method Summary collapse

Instance Method Details

#to_boolObject



13
14
15
# File 'lib/to-bool.rb', line 13

def to_bool
  self
end