Module: Activesupport::FixPr53105
- Defined in:
- lib/activesupport/fix_pr_53105.rb
Class Method Summary collapse
-
.init ⇒ Object
Void.
Class Method Details
.init ⇒ Object
Returns void.
7 8 9 10 11 |
# File 'lib/activesupport/fix_pr_53105.rb', line 7 def init require_relative "tagged_logging/broadcasting" nil end |