class TrueClass

Public Instance Methods

to_i() click to toggle source

bool.to_i

# File lib/thefox-ext/ext/true.rb, line 5
def to_i
  1
end