Method: FlashTool::FlashCombine#master
- Defined in:
- lib/flash_tool/flash_combine.rb
#master(file) ⇒ Object
With this method you will set master swf file for combining
Can be only one master file
Raise FlashToolError
46 47 48 49 |
# File 'lib/flash_tool/flash_combine.rb', line 46 def master(file) raise(FlashToolError, "Can be only one master swf file" ) if @master @master = file end |