DEBSOURCES
Skip Quicknav
sources / rails / 2%3A5.2.2.1%2Bdfsg-1%2Bdeb10u3 / activesupport / lib / active_support / executor.rb
12345678
# frozen_string_literal: true require "active_support/execution_wrapper" module ActiveSupport class Executor < ExecutionWrapper end end