1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/executor.rb
2017-10-21 22:48:27 +09:00

8 lines
142 B
Ruby

# frozen_string_literal: true
require "active_support/execution_wrapper"
module ActiveSupport
class Executor < ExecutionWrapper
end
end