method

pretty_print

ruby latest stable - Class: Gem::Source::Installed
pretty_print(q)
public

No documentation available.

# File lib/rubygems/source/installed.rb, line 36
  def pretty_print q # :nodoc:
    q.text '[Installed]'
  end