| Module | SOAP::Property::Util |
| In: |
soap/property.rb
|
Methods
Public Instance methods
# File soap/property.rb, line 40
40: def const_from_name(fqname)
41: fqname.split("::").inject(Kernel) { |klass, name| klass.const_get(name) }
42: end