Method: Unlearn::Runner#initialize
- Defined in:
- lib/unlearn/runner.rb
#initialize ⇒ Runner
Returns a new instance of Runner.
5 6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'lib/unlearn/runner.rb', line 5 def initialize @batches = [ '-v-000', '-bootcamp-prep-000', '-cb-000', '-cb-gh-000', '-re-coded-000', '-js-intro-000' ] @repos = [] @filtered_repos = [] end |