32 33 34 35 36
# File 'lib/flex_compiler.rb', line 32 def compc(opts="") command = "#{Shell.escape File.join(sdk_dir,"bin","compc")} #{opts.to_s}" puts command `#{command}` end