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