# File lib/oauth/signature/plaintext.rb, line 11
    def ==(cmp_signature)
      signature.to_s == cmp_signature.to_s
    end