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

require "active_support/execution_wrapper"

module ActiveSupport
  class Executor < ExecutionWrapper
  end
end