Module: TimeArray::ArrayExt::InstanceMethods
- Defined in:
- lib/time_array/array_ext.rb
Instance Method Summary collapse
Instance Method Details
#timed(start_time, options = {}) ⇒ Object
10 11 12 |
# File 'lib/time_array/array_ext.rb', line 10 def timed(start_time, ={}) TimeArray.new(start_time, self, ) end |