# File karel/assertions.rb, line 5
  def assert_street(street)
    raise "Robot is not on street: " + street.to_s if @street != street
  end