method
prepare_pattern
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Subscriber
prepare_pattern(event)private
No documentation available.
# File activesupport/lib/active_support/subscriber.rb, line 113
def prepare_pattern(event)
"#{event}.#{namespace}"
end