# File lib/oauth/signature/base.rb, line 29 def self.hash_class(hash_class = nil) return @hash_class if hash_class.nil? @hash_class = hash_class end