Method: AssLauncher::Support::V8iSection#initialize
- Defined in:
- lib/ass_launcher/support/v8i_section.rb
#initialize(caption, fields) {|_self| ... } ⇒ V8iSection
Returns a new instance of V8iSection.
82 83 84 85 86 |
# File 'lib/ass_launcher/support/v8i_section.rb', line 82 def initialize(caption, fields) @caption = caption @fields = Fields.new(fields) yield self if block_given? end |