class Integer

Public Instance Methods

pro()
Alias for: production
production() click to toggle source
Calls superclass method
# File lib/rubimas/core_ext/integer/production.rb, line 2
def production
  self == 765 ? Rubimas : super
end
Also aliased as: pro