Flowdock
method

accept_paragraph

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: ToHtmlSnippet
accept_paragraph(paragraph) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/markup/to_html_snippet.rb, line 68
  def accept_paragraph paragraph
    para = @in_list_entry.last || "<p>"

    text = paragraph.text @hard_break

    @res << "#{para}#{wrap to_html text}\n"

    add_paragraph
  end
Register or log in to add new notes.