There's no documentation for this item.
# File soap/property.rb, line 229 def referent(ary) ary[0..-2].inject(self) { |ref, name| ref.deref_key(to_key(name)) }.local_referent(to_key(ary.last)) end
<code/>
<pre/>
<code/>and<pre/>for code samples.