# File lib/rr/double_definitions/strategies/strategy.rb, line 26
        def permissive_argument
          if args.empty?
            definition.with_any_args
          else
            definition.with(*args)
          end
        end