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