Sha256: ce78d907f701463b0f3ee27d2bab2e8a1010507b3022abf2d73d2d9708afc4cb
Contents?: true
Size: 230 Bytes
Versions: 15
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true require_relative "hash/except" module ConvenientService module Utils module Hash class << self def except(...) Except.call(...) end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems