Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/number_postfixr.rb

Instance Method Summary collapse

Instance Method Details

#postfixObject



22
23
24
# File 'lib/number_postfixr.rb', line 22

def postfix
   PostFixr.postfix(self)
end