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