# File karel/robot_world.rb, line 88
  def wall_to_north?(street, avenue)
    return @EastWestWalls[[street, avenue]] > 0
  end