# File lib/cgikit/association.rb, line 71
  def value( component = nil )
    if constant? then
      _value
    elsif component.nil? then
      keypath
    else
      component.value_for_keypath(keypath)
    end
  end