# File lib/weights_and_max_depths.rb, line 45
  def value drp_instance
    Utils::map(
      @range,
      drp_instance.next_meta_codon,
      @function
    )
  end