Method: ReposKeys#initialize
- Defined in:
- lib/github/repos/repos_keys.rb
#initialize(github) ⇒ ReposKeys
Returns a new instance of ReposKeys.
4 5 6 |
# File 'lib/github/repos/repos_keys.rb', line 4 def initialize(github) @github = github end |