# File lib/simple_oauth/header.rb, line 23
    def self.decode(value)
      URI.decode(value.to_s)
    end