Files

Class/Module Index [+]

Quicksearch

SOAP::RPC

Constants

ServerException

Public Class Methods

defined_methods(obj) click to toggle source
# File lib/soap/rpc/rpc.rb, line 15
def self.defined_methods(obj)
  if obj.is_a?(Module)
    obj.methods - Module.methods
  else
    obj.methods - Object.instance_methods(true)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.