class TrueClass

Extensions to TrueClass.

Public Instance Methods

to_i() click to toggle source

@return [Integer] the object as an Integer (1).

# File lib/fmod/core/extensions.rb, line 33
def to_i
  1
end