Flowdock
method

list_known_classes

Importance_1
v1_8_7_330 - Show latest stable - 0 notes - Class: DefaultDisplay
list_known_classes(classes) 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 166
  def list_known_classes(classes)
    if classes.empty?
      warn_no_database
    else
      page do 
        @formatter.draw_line("Known classes and modules")
        @formatter.blankline
        @formatter.wrap(classes.sort.join(", "))
      end
    end
  end
Register or log in to add new notes.