method
invalid_event?
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::Subscriber
invalid_event?(event)private
No documentation available.
# File activesupport/lib/active_support/subscriber.rb, line 111
def invalid_event?(event)
%{ start finish }.include?(event.to_sym)
end