module Github

def new(options = {}, &block)

Other tags:
    Api: - public

Returns:
  • (Github::Client) -

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