private Method

Property.referent(ary)

There's no documentation for this item.

Source Code

# 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
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.