Class: Numeric

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

Instance Method Summary collapse

Instance Method Details

#time_sentence(specificity = 3) ⇒ Object



2
3
4
# File 'lib/ext/numeric.rb', line 2

def time_sentence specificity = 3
  Time.sentence(self, specificity)
end