Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#productionObject Also known as: pro



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

def production
  self == 765 ? Pro765 : super
end