Method: Integer#mplus
- Defined in:
- lib/funkr/extensions/integer.rb
#mplus(y) ⇒ Object
10 11 12 |
# File 'lib/funkr/extensions/integer.rb', line 10 def mplus(y) self + y end |
10 11 12 |
# File 'lib/funkr/extensions/integer.rb', line 10 def mplus(y) self + y end |