| Module | SOAP::Property::Util |
| In: |
lib/soap/property.rb
|
# 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