Namespace for classes and methods that provide common functionality.
Return the constant object for the given absolute constant name.
# File lib/webgen/common.rb, line 10 def self.const_for_name(name) name.split('::').inject(Object) {|b,n| b.const_get(n)} end
Generated with the Darkfish Rdoc Generator 2.