class Time

Public Instance Methods

to_s(*args) click to toggle source

Makes sure that Time are exported with ISO8601 conventions when using to_json and to_csv

# File lib/startback/ext/time.rb, line 5
def to_s(*args)
  iso8601
end