Class: Orphic::OrphicCli::Spools
- Inherits:
-
Thor
- Object
- Thor
- Orphic::OrphicCli::Spools
- Defined in:
- lib/orphic/cli/spools.rb
Instance Method Summary collapse
Instance Method Details
#spools(viewSpool) ⇒ Object
14 15 16 17 18 19 |
# File 'lib/orphic/cli/spools.rb', line 14 def spools( viewSpool ) # implement viewSpool CLI::UI::Frame.open( "Spool :: " + viewSpool ) do puts "#{viewSpool}" end end |