# File lib/rgen/model_builder/builder_context.rb, line 24
  def const_missing_delegated(delegator, const)
    ConstPathElement.new(const, self)
  end