Flowdock
method

display_class_list

Importance_1
v1_8_7_72 - Show latest stable - 0 notes - Class: DefaultDisplay
display_class_list(namespaces) public

No documentation

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

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