# File rss/maker/base.rb, line 279 def self.append_features(klass) super klass.class_eval( %w(name uri email).each do |element| attr_accessor element add_need_initialize_variable(element) end, __FILE__, __LINE__ + 1) end
This page was generated for Ruby 1.9.2
Ruby-doc.org is managed by James Britt and Neurogami. Live curious.
Generated with the Rubydoc Rdoc Generator 0.9.3.