Sha256: 13e558355a7ed26ac947fb9b1989466e3eb29a14446627af554c02406df6e8f3
Contents?: true
Size: 242 Bytes
Versions: 6
Compression:
Stored size: 242 Bytes
Contents
class Entry property :created, Time property :updated, Time property :title, String property :content, String def initialize title, content @created=Time.now @updated=Time.now @title=title @content=content end end
Version data entries
6 entries across 6 versions & 1 rubygems