| Class | Module |
| In: |
maveric/extensions.rb
|
| Parent: | Object |
::nodoc::
# File maveric/extensions.rb, line 10
10: def self.nesting_path_to_constant path
11: dig=proc{|c,n| c.const_get(n)}
12: path.gsub(/_([a-z])/){$1.upcase}.split('/')
13: end