# File lib/pdfkit/source.rb, line 11
    def url?
      @is_url ||= @source.is_a?(String) && @source.match(/\Ahttp/)
    end