method
display_header
ruby latest stable - Class:
Gem::Commands::QueryCommand
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? then
say
say "*** #{type} GEMS ***"
say
end
end