Class: Fixnum

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

Overview

Monkeypatches to core Ruby Fixnum class

Instance Method Summary (collapse)

Instance Method Details

- (Object) ~

Multiply number self by unit



19
20
21
# File 'lib/vector_salad/monkeypatches.rb', line 19

def ~
  self * unit
end