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