Module: Wandbox::CLI

Defined in:
lib/wandbox/cli.rb,
lib/wandbox/cli/cli.rb,
lib/wandbox/cli/run.rb,
lib/wandbox/cli/compiler.rb,
lib/wandbox/cli/compiler_list.rb

Defined Under Namespace

Classes: CLI, Compiler, CompilerList, Run

Class Method Summary collapse

Class Method Details

.newObject



5
6
7
# File 'lib/wandbox/cli.rb', line 5

def new
	CLI.new
end

.start(*args) ⇒ Object



9
10
11
# File 'lib/wandbox/cli.rb', line 9

def start *args
	CLI.start *args
end