Class: Airake::Commands::FCSH
Overview
Flex compiler shell.
In progress, untested.
Instance Method Summary collapse
- #generate ⇒ Object
-
#initialize(options = {}) ⇒ FCSH
constructor
A new instance of FCSH.
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( = {}) end |
Instance Method Details
#generate ⇒ Object
15 16 17 18 19 |
# File 'lib/airake/commands/fcsh.rb', line 15 def generate command = [] command << @swf_path process(command) end |