summaryrefslogtreecommitdiff
path: root/lib/soap/property.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/soap/property.rb')
-rw-r--r--lib/soap/property.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/soap/property.rb b/lib/soap/property.rb
index b67ffa8361..d2bae88825 100644
--- a/lib/soap/property.rb
+++ b/lib/soap/property.rb
@@ -79,7 +79,7 @@ class Property
self[generate_new_key] = value
end
- # name: a Symbol, String or an Array. nil means hook to the root.
+ # name: a Symbol, String or an Array. nil means hook to the root
# hook: block which will be called with 2 args, name and value
def add_hook(name = nil, &hook)
if name.nil?
@@ -142,6 +142,7 @@ protected
end
end
+ # returns: Array of hook
def assign(ary, value)
key, rest = location_pair(ary)
if rest.empty?