Class: SwfFile::FlashFile
- Inherits:
-
Object
- Object
- SwfFile::FlashFile
- Defined in:
- lib/swf_file/flash_file.rb
Class Method Summary collapse
-
.header(swf_path) {|header| ... } ⇒ Object
Class methods.
Instance Method Summary collapse
- #compressed? ⇒ Boolean
- #header {|@header| ... } ⇒ Object
-
#initialize(swf_path) ⇒ FlashFile
constructor
Instance methods.
Constructor Details
Class Method Details
Instance Method Details
#compressed? ⇒ Boolean
25 26 27 |
# File 'lib/swf_file/flash_file.rb', line 25 def compressed? @header.compressed? end |
#header {|@header| ... } ⇒ Object
20 21 22 23 |
# File 'lib/swf_file/flash_file.rb', line 20 def header yield(@header) if block_given? @header end |