# File lib/sfl.rb, line 67 def ==(o) # Mostly for rspec instance_variables.all? do |i| i = i[1..-1] # '@a' -> 'a' eval "self.#{i} == o.#{i}" end end