public Method

DefaultDisplay.list_known_names(names)

There's no documentation for this item.

Source Code

# File rdoc/ri/ri_display.rb, line 180
def list_known_names(names)
  if names.empty?
    warn_no_database
  else
    page do 
      names.each {|n| @formatter.raw_print_line(n)}
    end
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.