module Github

def new(options = {}, &block)

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