Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1450

Show
Ignore:
Timestamp:
02/23/05 22:56:08 (4 years ago)
Author:
nahi
Message:

remove duplicated 'inspect' definition.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/soap/rpc/driver.rb

    r1410 r1450  
    103103  end 
    104104 
    105   def inspect 
    106     "#<#{self.class}:#{@proxy.inspect}>" 
    107   end 
    108  
    109105  def add_rpc_method(name, *params) 
    110106    add_rpc_method_with_soapaction_as(name, name, @soapaction, *params)