Class Index [+]

Quicksearch

QualifiedConstUtils

Public Class Methods

names(path) click to toggle source
    # File lib/active_support/core_ext/module/qualified_const.rb, line 11
11:   def self.names(path)
12:     path.split('::')
13:   end
raise_if_absolute(path) click to toggle source
   # File lib/active_support/core_ext/module/qualified_const.rb, line 7
7:   def self.raise_if_absolute(path)
8:     raise NameError, "wrong constant name #$&" if path =~ /\A::[^:]+/
9:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.