Sha256: 2330acefcbcae9f1d9387de3a700809b8ec63ebafeb32940b329bb45888e3fe0
Contents?: true
Size: 278 Bytes
Versions: 31
Compression:
Stored size: 278 Bytes
Contents
## # Octokit wrapper for simplifying authentication module Octoauth class << self ## # Insert a helper .new() method for creating a new Auth object def new(*args) self::Auth.new(*args) end end end require 'octoauth/configfile' require 'octoauth/auth'
Version data entries
31 entries across 31 versions & 1 rubygems