Method: RubyUnits::Time::ClassMethods#in
- Defined in:
- lib/ruby_units/time.rb
#in(duration) ⇒ ::Time
38 39 40 |
# File 'lib/ruby_units/time.rb', line 38 def in(duration) ::Time.now + duration.to_unit end |
38 39 40 |
# File 'lib/ruby_units/time.rb', line 38 def in(duration) ::Time.now + duration.to_unit end |