Class: Orphic::OrphicCli::Spools

Inherits:
Thor
  • Object
show all
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