method

emit_empty_line_event

ruby latest stable - Class: RDoc::I18n::Text

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.

emit_empty_line_event(line, line_no)
private

No documentation available.

# File lib/rdoc/i18n/text.rb, line 100
  def emit_empty_line_event(line, line_no)
    part = {
      :type => :empty_line,
      :line => line,
      :line_no => line_no,
    }
    yield(part)
  end