Flowdock
method

display_header

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: QueryCommand
display_header(type) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.