instance method
end=
Ruby on Rails 6.0.6
Since v6.0.6 Last seen in v6.0.6Signature
end=(ending)
No documentation comment.
Parameters
-
endingreq
Source
# File activesupport/lib/active_support/notifications/instrumenter.rb, line 91
def end=(ending)
ActiveSupport::Deprecation.deprecation_warning(:end=, :finish!)
@end = ending
end
Defined in activesupport/lib/active_support/notifications/instrumenter.rb line 91
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Notifications::Event