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