Flowdock
method

new

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: RI::ClassEntry
new(path_name, name, in_class) 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_cache.rb, line 8
    def initialize(path_name, name, in_class)
      @path_names = [ path_name ]
      @name = name
      @in_class = in_class
      @class_methods    = []
      @instance_methods = []
      @inferior_classes = []
    end
Register or log in to add new notes.