require_relative 'github/client' module Github def new(options={}) Client.new(options) end module_function :new end