Class: Tashiro::CLI
- Inherits:
-
Thor
- Object
- Thor
- Tashiro::CLI
- Defined in:
- lib/tashiro/cli.rb
Instance Method Summary collapse
Instance Method Details
#peep ⇒ Object
9 10 11 12 13 |
# File 'lib/tashiro/cli.rb', line 9 def peep f = [:file] fail unless File.exist?(f) Tashiro::ToritsuUniv.execute!(f) end |