Sha256: 870de11c5e4f5a2304ae2e6603336ea77fa75ab46dc97542e6ad9c9100311432
Contents?: true
Size: 199 Bytes
Versions: 403
Compression:
Stored size: 199 Bytes
Contents
# frozen_string_literal: true require 'eac_ruby_utils/patch' require 'eac_ruby_utils/listable' class Module def enable_listable ::EacRubyUtils.patch(self, ::EacRubyUtils::Listable) end end
Version data entries
403 entries across 403 versions & 4 rubygems