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