Sha256: 2ef95ac24c54e652995f180f0a2d34250b12f4c5df24b20784db27cba9cc8a92
Contents?: true
Size: 203 Bytes
Versions: 5
Compression:
Stored size: 203 Bytes
Contents
# frozen_string_literal: true module Duckface module Constants UNENFORCED_METHODS_CONSTANT_NAME = 'UNENFORCED_METHODS' IGNORABLE_PARAMETERS = [%i[block block], %i[rest args]].freeze end end
Version data entries
5 entries across 5 versions & 1 rubygems