Flowdock
method

pretty_print

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: BestSet
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/rubygems/resolver/best_set.rb, line 44
  def pretty_print q # :nodoc:
    q.group 2, '[BestSet', ']' do
      q.breakable
      q.text 'sets:'

      q.breakable
      q.pp @sets
    end
  end
Register or log in to add new notes.