# File lib/soap/property.rb, line 40 40: def const_from_name(fqname) 41: fqname.split("::").inject(Kernel) { |klass, name| klass.const_get(name) } 42: end
# File lib/soap/property.rb, line 45 45: def require_from_name(fqname) 46: require File.join(fqname.split("::").collect { |ele| ele.downcase }) 47: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.