63 64 65
# File 'lib/determinator/feature.rb', line 63 def ==(other) Marshal.dump(self) == Marshal.dump(other) end