class ActiveSupport::Notifications::Event

def end=(ending)

def end=(ending)
  ActiveSupport::Deprecation.deprecation_warning(:end=, :finish!)
  @end = ending
end