lib/map/struct.rb in map-5.1.0 vs lib/map/struct.rb in map-5.2.0
- old
+ new
@@ -1,4 +1,5 @@
+# -*- encoding : utf-8 -*-
class Map
class Struct
instance_methods.each { |m| undef_method m unless m =~ /^__|object_id/ }
attr :map
- old
+ new