Sha256: 210cc5efa86f2bc449ed0165c11f7be41ddf462c639f0e430adaf5555e47a104
Contents?: true
Size: 199 Bytes
Versions: 101
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/static_method_class' class Module def enable_static_method_class ::EacRubyUtils.patch(self, ::EacRubyUtils::StaticMethodClass) end end
Version data entries
101 entries across 101 versions & 2 rubygems