Class: Airake::Commands::FCSH

Inherits:
Base show all
Defined in:
lib/airake/commands/fcsh.rb

Overview

Flex compiler shell.

In progress, untested.

Instance Method Summary collapse

Methods inherited from Base

#assert_not_blank, #assert_required, #escape, #include_classes, #library_paths, #process, #relative_path, #source_paths, #windows?, #with_options

Constructor Details

#initialize(options = {}) ⇒ FCSH

Returns a new instance of FCSH.



11
12
13
# File 'lib/airake/commands/fcsh.rb', line 11

def initialize(options = {})

end

Instance Method Details

#generateObject



15
16
17
18
19
# File 'lib/airake/commands/fcsh.rb', line 15

def generate
  command = []
  command << @swf_path
  process(command)
end