Report abuse


			
m = MapFiles.new
m.create("hello")
stuff = m.read("hello")
stuff['map'].each do |map|
  puts map
end