Module: DurationExtensions
- Defined in:
- lib/core_ext/duration.rb
Instance Method Summary collapse
Instance Method Details
#after(*args) ⇒ Object
10 11 12 |
# File 'lib/core_ext/duration.rb', line 10 def after(*args) since(*args) end |
#before(*args) ⇒ Object
14 15 16 |
# File 'lib/core_ext/duration.rb', line 14 def before(*args) ago(*args) end |
#from(*args) ⇒ Object
6 7 8 |
# File 'lib/core_ext/duration.rb', line 6 def from(*args) since(*args) end |