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.
test_accept_rule_indent()
public
Test case that calls @to.accept_rule
# File lib/rdoc/markup/text_formatter_test_case.rb, line 50
def test_accept_rule_indent
@to.start_accepting
@to.indent = 3
@to.accept_rule @RM::Rule.new(1)
accept_rule_indent
end