Method: Contribute::Finder#initialize
- Defined in:
- lib/contribute/finder.rb
#initialize(query = '', options = {}) ⇒ Finder
8 9 10 11 12 |
# File 'lib/contribute/finder.rb', line 8 def initialize(query = '', = {}) @finder_client = Contribute::Client.new.octokit @query = query = end |