Class: Object

Inherits:
BasicObject
Defined in:
lib/boolean2.rb

Instance Method Summary collapse

Instance Method Details

#to_boolean2Object



20
21
22
# File 'lib/boolean2.rb', line 20

def to_boolean2
  !!self
end