file.rb 247 B

1234567
  1. action :replace # and possibly more
  2. attribute :name, :kind_of => String, :name_attribute => true
  3. attribute :owner, :kind_of => String
  4. attribute :group, :kind_of => String
  5. attribute :before, :kind_of => String
  6. attribute :after, :kind_of => String