Flowdock
method

pretty_print

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: Rule
pretty_print(q) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/markup/rule.rb, line 13
  def pretty_print q # :nodoc:
    q.group 2, '[rule:', ']' do
      q.pp weight
    end
  end
Register or log in to add new notes.