# File lib/parsers/rss.rb, line 12 def eql?(enc) instance_variables.all? do |iv| instance_variable_get(iv) == enc.instance_variable_get(iv) end end