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