class Github::ParamsHash

def initialize(*args, &block)

def initialize(*args, &block)
  hash = args.extract_options!
  # debugger
  # debugger
  # normalize_keys!(hash)
  # debugger
  super[hash]
end