lib/omnicat/base.rb in omnicat-0.2.1 vs lib/omnicat/base.rb in omnicat-0.2.2

- old
+ new

@@ -1,8 +1,8 @@ require 'hashable' module OmniCat class Base include Hashable - def to_hash; self.to_dh; end + def to_hash; to_dh; end end end \ No newline at end of file