module Github

def new(options = {})

Returns:
  • (Github::Client) -
def new(options = {})
  Github::Client.new(options)
end