method
test_accept_heading
v1_9_2_180 -
Show latest stable
- Class:
RDoc::Markup::FormatterTestCase
test_accept_heading()public
No documentation available.
# File lib/rdoc/markup/formatter_test_case.rb, line 65
def test_accept_heading
@to.start_accepting
@to.accept_heading @RM::Heading.new(5, 'Hello')
accept_heading
end