# File lib/soap/property.rb, line 166 def unlock(cascade = false) @locked = false if cascade each_key do |key| key.unlock(cascade) end end self end