method
display_header
v2_1_10 -
Show latest stable
- Class:
Gem::Commands::QueryCommand
display_header(type)private
No documentation available.
# File lib/rubygems/commands/query_command.rb, line 114
def display_header type
if (ui.outs.tty? and Gem.configuration.verbose) or both? then
say
say "*** #{type} GEMS ***"
say
end
end