lib/hash.rb in
to_dots-0.1.0
vs lib/hash.rb in
to_dots-0.2.0
- old
+ new
@@ -1,5 +1,5 @@
class Hash def to_dots
- HashToDots.to_dots(self)
+ ToDots.to_dots(self)
end end