class Gem::Resolver::APISet

def pretty_print(q) # :nodoc:

:nodoc:
def pretty_print(q) # :nodoc:
  q.group 2, "[APISet", "]" do
    q.breakable
    q.text "URI: #{@dep_uri}"
    q.breakable
    q.text "gem names:"
    q.pp @data.keys
  end
end