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

module ActiveSupport
  class Executor < ExecutionWrapper
  end
end