Method: Daru::DateTimeIndex#_dump

Defined in:
lib/daru/date_time/index.rb

#_dump(_depth) ⇒ Object

:nocov:



473
474
475
# File 'lib/daru/date_time/index.rb', line 473

def _dump(_depth)
  Marshal.dump(data: to_a, freq: @offset)
end