method
display_header
v2_6_3 -
Show 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?
say
say "*** #{type} GEMS ***"
say
end
end