class ActiveSupport::Messages::Codec
def catch_and_ignore(throwable, &block)
def catch_and_ignore(throwable, &block) catch throwable do return block.call end nil end
def catch_and_ignore(throwable, &block) catch throwable do return block.call end nil end