method
catch_and_ignore
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Messages::Codec
catch_and_ignore(throwable, &block)private
No documentation available.
# File activesupport/lib/active_support/messages/codec.rb, line 45
def catch_and_ignore(throwable, &block)
catch throwable do
return block.call
end
nil
end