Skip to content

Commit

Permalink
Removed end_element_namespace (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydurham committed Oct 28, 2009
1 parent 38a9860 commit 2303d4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/service_proxy/parser.rb
Expand Up @@ -21,9 +21,6 @@ def start_element_namespace(name, attributes, prefix, uri, namespace)
self.soap_actions[self.service_methods.last] = soap_action.value if soap_action
(self.service_methods << service_method unless self.service_methods.include?(service_method)) if service_method
end
end

def end_element_namespace(name, prefix, uri)
end
end
end
end

0 comments on commit 2303d4b

Please sign in to comment.