# File karel/assertions.rb, line 95
  def assert_no_neighbors()
    raise "Robot has no neighbor" if not neighbors.empty?()
  end