method

pretty_print

v1_9_2_180 - Show latest stable - Class: RDoc::Markup::Rule
pretty_print(q)
public

No documentation available.

# File lib/rdoc/markup/rule.rb, line 10
  def pretty_print q # :nodoc:
    q.group 2, '[rule:', ']' do
      q.pp weight
    end
  end