class FalseClass

Public Instance Methods

to_i() click to toggle source

bool.to_i

# File lib/thefox-ext/ext/false.rb, line 5
def to_i
  0
end