Sha256: 2140b62dc55ec587c10cc6775e8675ce34488e049d264062c345683147550ce1
Contents?: true
Size: 170 Bytes
Versions: 1
Compression:
Stored size: 170 Bytes
Contents
module TodoModel class Comment<PersistentObject attr_accessor :date, :commenter, :text def initialize(*args) super @date=Time.now end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appswarm-0.0.1 | apps/todo/model/comment.rb |