Method: Numeric#tick
- Defined in:
- lib/core_ext/numeric.rb
#tick ⇒ Object Also known as: ticks
Provides the suffix ‘tick’ which will simply express the number with a vanity suffix.
53 54 55 |
# File 'lib/core_ext/numeric.rb', line 53 def tick self end |