Sha256: 123d2eb1cbf36020051bb36dea18518139d7951a91753736ad98f153a07b6876
Contents?: true
Size: 157 Bytes
Versions: 370
Compression:
Stored size: 157 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/patch' class Module def patch(patch_module) ::EacRubyUtils.patch(self, patch_module) end end
Version data entries
370 entries across 370 versions & 4 rubygems