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