Octokit::Arguments
Class to extract options from Ruby arguments for Repository-related methods
!@attribute [r] repo
@return [Repository]
# File lib/octokit/repo_arguments.rb, line 11 def initialize(args) arguments = super(args) @repo = arguments.shift arguments end