56 57 58
# File 'lib/determinator/feature.rb', line 56 def ==(other) Marshal.dump(self) == Marshal.dump(other) end