Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/vector_salad/monkeypatches.rb
Overview
Monkeypatches to core Ruby Fixnum class
Instance Method Summary (collapse)
-
- (Object) ~
Multiply number self by unit.
Instance Method Details
- (Object) ~
Multiply number self by unit
19 20 21 |
# File 'lib/vector_salad/monkeypatches.rb', line 19 def ~ self * unit end |