Flowdock
method

new

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: 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/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.