Repository URL to install this package:
|
Version:
5.2.4.4 ▾
|
# frozen_string_literal: true
require "active_support/execution_wrapper"
module ActiveSupport
class Executor < ExecutionWrapper
end
end