Sha256: 2671f08d2638e96768399893f0f4b5fdda8b26a3d4184301a8fafed6a274e625
Contents?: true
Size: 192 Bytes
Versions: 12
Compression:
Stored size: 192 Bytes
Contents
module Goodcheck class Glob attr_reader :pattern attr_reader :encoding def initialize(pattern:, encoding:) @pattern = pattern @encoding = encoding end end end
Version data entries
12 entries across 12 versions & 1 rubygems