aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/executor.rb
blob: 4a618d9fa2652f1feed02510a8358d8218f8c18d (plain) (blame)
1
2
3
4
5
6
require_relative "execution_wrapper"

module ActiveSupport
  class Executor < ExecutionWrapper
  end
end