Class: TrueClass

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

Instance Method Summary collapse

Instance Method Details

#to_boolObject



31
# File 'lib/utils.rb', line 31

def to_bool; self; end

#to_iObject



30
# File 'lib/utils.rb', line 30

def to_i; 1; end