method
call
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::Subscriber
call(event)public
No documentation available.
# File activesupport/lib/active_support/subscriber.rb, line 136
def call(event)
method = event.name[0, event.name.index(".")]
send(method, event)
end