Class: Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/ext/ts_numeric.rb

Instance Method Summary collapse

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