# File lib/barby/outputter/cairo_outputter.rb, line 97
    def to_eps(options={})
      to_ps(options.merge(:eps => true))
    end