Sha256: d7e647d82a70142b8df7a484e174ce70038ccfa2ebb6e2e3750c6593c3fac5fd
Contents?: true
Size: 253 Bytes
Versions: 6
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true module ConvenientService module RSpec module PrimitiveHelpers module IgnoringException def ignoring_exception(...) Classes::IgnoringException.call(...) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems