| Class | RI::MethodEntry |
| In: |
rdoc/ri/ri_cache.rb
|
| Parent: | Object |
| name | [R] | |
| path_name | [R] |
# File rdoc/ri/ri_cache.rb, line 149 def initialize(path_name, name, is_class_method, in_class) @path_name = path_name @name = name @is_class_method = is_class_method @in_class = in_class end
ruby-doc.org is a community service provided by James Britt and Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.