Module: Parts::Part
- Included in:
- EpiloguePart, FilePart, ParamPart
- Defined in:
- lib/parts.rb
Overview
:nodoc:
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#length ⇒ Object
11 12 13 |
# File 'lib/parts.rb', line 11 def length @part.length end |
#to_io ⇒ Object
15 16 17 |
# File 'lib/parts.rb', line 15 def to_io @io end |