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