method

loadpropertyfile

v1_8_7_72 - Show latest stable - Class: SOAP::Property
loadpropertyfile(file)
private

No documentation available.

# File lib/soap/property.rb, line 306
  def loadpropertyfile(file)
    puts "find property at #{file}" if $DEBUG
    File.open(file) do |f|
      load(f)
    end
  end