# File karel/assertions.rb, line 41 def assert_not_facing(direction) raise "Robot is facing: " + direction.to_s if @direction == direction end