# File karel/robot_world.rb, line 103 def wall_to_east?(street, avenue) return @NorthSouthWalls[[street, avenue]] > 0 end