Method: Dilation::Core#contract
- Defined in:
- lib/dilation/core.rb
#contract ⇒ Number #contract(factor) ⇒ Number
Speeds up (contracts) time for your code
57 58 59 60 61 |
# File 'lib/dilation/core.rb', line 57 def contract(factor = 1) @dilator.factor = factor @dilator.uninvert factor end |