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

module ActiveSupport
  class Executor < ExecutionWrapper
  end
end