summaryrefslogtreecommitdiff
path: root/lib/wsdl/soap/element.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wsdl/soap/element.rb')
-rw-r--r--lib/wsdl/soap/element.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/wsdl/soap/element.rb b/lib/wsdl/soap/element.rb
index c39a00d25a..0fa6017c5b 100644
--- a/lib/wsdl/soap/element.rb
+++ b/lib/wsdl/soap/element.rb
@@ -21,12 +21,6 @@ class Element < Info
def attributes
@local_complextype.attributes
end
-
- def each_element
- @local_complextype.each_element do |element|
- yield(element)
- end
- end
end