# File lib/rr/double_definitions/double_definition.rb, line 315
        def terminal?
          unless @times_matcher
            raise RR::Errors.build_error(:DoubleDefinitionError, "#argument_expectation must be defined on #{inspect}")
          end
          @times_matcher.terminal?
        end