Sha256: a0ca4a874778d230e5194810fbcb5e1f73daa3cf3761fec83cca81d762e65a1c
Contents?: true
Size: 161 Bytes
Versions: 33
Compression:
Stored size: 161 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/patch' class Module def patch(patch_module) ::Eac::Ruby::Utils.patch(self, patch_module) end end
Version data entries
33 entries across 33 versions & 2 rubygems