module ActiveSupport::Notifications

def unsubscribe(subscriber_or_name)

Experimental RBS support (using type sampling data from the type_fusion project).

def unsubscribe: (ActiveSupport::Notifications::Fanout::Subscribers::Timed subscriber_or_name) -> nil

This signature was generated using 13 samples from 1 application.

def unsubscribe(subscriber_or_name)
  notifier.unsubscribe(subscriber_or_name)
end