# File karel/robot_world.rb, line 98 def wall_to_south?(street, avenue) return (@EastWestWalls[[street - 1, avenue]] > 0) || (street == 1) end