Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/rubimas/core_ext/integer/production.rb

Instance Method Summary collapse

Instance Method Details

#productionObject Also known as: pro



2
3
4
# File 'lib/rubimas/core_ext/integer/production.rb', line 2

def production
  self == 765 ? Rubimas : super
end