| Class | RDoc::RI::NameDescriptor |
| In: |
lib/rdoc/ri/util.rb
|
| Parent: | Object |
Break argument into its constituent class or module names, an optional method type, and a method name
arg may be
We‘re fairly casual about delimiters: folks can say Kernel::puts, Kernel.puts, or Kernel\puts for example. There‘s one exception: if you say IO::read, we look for a class method, but if you say IO.read, we look for an instance method