# File lib/merb-slices/module_mixin.rb, line 8 def self.extended(slice_module) slice_module.meta_class.module_eval do attr_accessor :identifier, :identifier_sym, :root, :file attr_accessor :description, :version, :author end end