module TimeArray::ArrayExt::InstanceMethods

Public Instance Methods

timed(start_time, options={}) click to toggle source
# File lib/time_array/array_ext.rb, line 10
def timed(start_time, options={})
  TimeArray.new(start_time, self, options)
end