Class: FalseClass

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

Instance Method Summary collapse

Instance Method Details

#to_boolObject



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

def to_bool; self; end

#to_iObject



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

def to_i; 0; end