file.rb 174 B

12345
  1. actions :replace # and possibly more
  2. attribute :name, :kind_of => String, :name_attribute => true
  3. attribute :before, :kind_of => String
  4. attribute :after, :kind_of => String