Class: Cykl::Initializer
- Inherits:
-
Thor
- Object
- Thor
- Cykl::Initializer
- Defined in:
- lib/cykl/initializer.rb
Instance Method Summary collapse
Instance Method Details
#time(repo = nil) ⇒ Object
18 19 20 21 22 23 24 25 |
# File 'lib/cykl/initializer.rb', line 18 def time(repo = nil) (repo, ) list_of_issues(repo, ) puts_and_flush() rescue Octokit::NotFound puts_and_flush('Sorry, Github couldn\'t find anything') end |