Method: Gub::Github#initialize

Defined in:
lib/gub/clients/github.rb

#initialize(opts) ⇒ Github

Returns a new instance of Github.



8
9
10
# File 'lib/gub/clients/github.rb', line 8

def initialize opts
  @connection = Octokit::Client.new(opts)
end