Class: Object

Inherits:
BasicObject
Defined in:
lib/boolean2.rb

Instance Method Summary collapse

Instance Method Details

#to_boolean2Object



18
19
20
# File 'lib/boolean2.rb', line 18

def to_boolean2
  !!self
end