Sha256: 9f30beff1fd37fe61af979759b72a34773e2c3263ca78bf73aea3ebfa54340d7

Contents?: true

Size: 93 Bytes

Versions: 5

Compression:

Stored size: 93 Bytes

Contents

class Date
  def to_json(*a)
    "new Date(#{year}, #{month}, #{day})".to_json(*a)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yodel-0.0.7 lib/yodel/types/date.rb
yodel-0.0.4 lib/yodel/types/date.rb
yodel-0.0.3 lib/yodel/types/date.rb
yodel-0.0.2 lib/yodel/types/date.rb
yodel-0.0.1 lib/yodel/types/date.rb