# File lib/map.rb, line 36 def new(*args, &block) allocate.instance_eval do initialize(*args, &block) self end end