Class: FalseClass

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

Instance Method Summary collapse

Instance Method Details

#to_boolObject



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

def to_bool; self; end

#to_iObject



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

def to_i; 0; end