Class: TrueClass

Inherits:
Object
  • Object
show all
Defined in:
lib/init.rb

Instance Method Summary collapse

Instance Method Details

#to_boolObject



19
# File 'lib/init.rb', line 19

def to_bool; self; end

#to_iObject



18
# File 'lib/init.rb', line 18

def to_i; 1; end