Sha256: f05a35f2d691257d8ffc09a634d975524d767de582bf91a23a1f81ee039b3bb9

Contents?: true

Size: 110 Bytes

Versions: 1

Compression:

Stored size: 110 Bytes

Contents

class Time
  def to_json(options = nil)
    %("#{self.dup.utc.strftime("%Y/%m/%d %H:%M:%S +0000")}")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mattly-exegesis-0.2.0 lib/monkeypatches/time.rb