method
test_accept_blank_line
v1_9_2_180 -
Show latest stable
- Class:
RDoc::Markup::FormatterTestCase
test_accept_blank_line()public
No documentation available.
# File lib/rdoc/markup/formatter_test_case.rb, line 57
def test_accept_blank_line
@to.start_accepting
@to.accept_blank_line @RM::BlankLine.new
accept_blank_line
end