method

get_info_for

ruby latest stable - Class: RDoc::RI::Driver

Method deprecated or moved

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

get_info_for(arg)
public

No documentation available.

# File lib/rdoc/ri/driver.rb, line 444
  def get_info_for(arg)
    @names = [arg]
    run
  end