# File karel/direction.rb, line 56
  def NorthDirection.instance
    @@instance = new unless @@instance
    @@instance
  end