Object
Add equality onto Enclosures.
# File lib/parsers/rss.rb, line 12 12: def eql?(enc) 13: instance_variables.all? do |iv| 14: instance_variable_get(iv) == enc.instance_variable_get(iv) 15: end 16: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.