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