method

display_class_list

ruby latest stable - Class: DefaultDisplay

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

display_class_list(namespaces)
public

No documentation available.

# File lib/rdoc/ri/ri_display.rb, line 156
  def display_class_list(namespaces)
    page do
      puts "More than one class or module matched your request. You can refine"
      puts "your search by asking for information on one of:\n\n"
      @formatter.wrap(namespaces.map {|m| m.full_name}.join(", "))
    end
  end