lib/eac_ruby_utils/patches/module/patch.rb



# frozen_string_literal: true

require 'eac_ruby_utils/patch'

class Module
  def patch(patch_module)
    ::EacRubyUtils.patch(self, patch_module)
  end
end