Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/ext/ts_numeric.rb
Instance Method Summary collapse
- #to_time_sentence(specificity = 3) ⇒ Object (also: #to_ts)
Instance Method Details
#to_time_sentence(specificity = 3) ⇒ Object Also known as: to_ts
2 3 4 |
# File 'lib/ext/ts_numeric.rb', line 2 def to_time_sentence specificity = 3 Time.to_sentence(self, specificity) end |