class Acme::Smileage::Blog::Entry::Comment

Attributes

author[RW]
datetime[RW]
text[RW]
title[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/acme/smileage/blog/entry.rb, line 43
def initialize
  yield self if block_given?
end