aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/executor.rb
blob: caf59e91aa4a44c4df51bd5ae3d87470d3fdc6b0 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true
require "active_support/execution_wrapper"

module ActiveSupport
  class Executor < ExecutionWrapper
  end
end