There's no documentation for this item.
# File soap/property.rb, line 306 def loadpropertyfile(file) puts "find property at #{file}" if $DEBUG File.open(file) do |f| load(f) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.