Flowdock
method

pretty_print

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: DependencyRequest
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/dependency_request.rb, line 98
  def pretty_print q # :nodoc:
    q.group 2, '[Dependency request ', ']' do
      q.breakable
      q.text @dependency.to_s

      q.breakable
      q.text ' requested by '
      q.pp @requester
    end
  end
Register or log in to add new notes.