lib/sitehub/identifier.rb in sitehub-0.5.0.alpha5 vs lib/sitehub/identifier.rb in sitehub-0.5.0.alpha6

- old
+ new

@@ -32,12 +32,12 @@ def ==(other) other.respond_to?(:to_sym) && to_sym == other.to_sym end + alias eql? == + def hash components.hash end - - alias eql? == end end