Class: Tashiro::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/tashiro/cli.rb

Instance Method Summary collapse

Instance Method Details

#peepObject



9
10
11
12
13
# File 'lib/tashiro/cli.rb', line 9

def peep
  f = options[:file]
  fail unless File.exist?(f)
  Tashiro::ToritsuUniv.execute!(f)
end