method

display_header

display_header(type)
private

No documentation available.

# File lib/rubygems/commands/query_command.rb, line 122
  def display_header(type)
    if (ui.outs.tty? and Gem.configuration.verbose) or both?
      say
      say "*** #{type} GEMS ***"
      say
    end
  end