Sha256: a355c38b16377d3797b53db97ddae9d3a914c841534566f783de5ef4172f7f90
Contents?: true
Size: 231 Bytes
Versions: 15
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true module ConvenientService module RSpec module Helpers module IgnoringError def ignoring_error(...) Custom::IgnoringError.call(...) end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems