class Github::ParamsHash
def request_params
- Api: - public
def request_params to_hash.select do |key, value| !REQUEST_PARAMS.include?(key.to_sym) end end
def request_params to_hash.select do |key, value| !REQUEST_PARAMS.include?(key.to_sym) end end