Flowdock
method

test_accept_paragraph

Importance_0
v1_9_2_180 - Show latest stable - 0 notes - Class: FormatterTestCase
test_accept_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/formatter_test_case.rb, line 73
      def test_accept_paragraph
        @to.start_accepting

        @to.accept_paragraph @RM::Paragraph.new('hi')

        accept_paragraph
      end
Register or log in to add new notes.