Sha256: 3b6696c730e0dd085fdde836645afc3b07ec90f8f8804c7dd21378a4a4ac3ad2
Contents?: true
Size: 424 Bytes
Versions: 101
Compression:
Stored size: 424 Bytes
Contents
# encoding: utf-8 # module Picky module Wrappers module Bundle # This index combines a partial and exact # bundle such that a partial index will not # be dumped or generated. # class ExactPartial < Wrapper # Ignore these. # def clear; end def dump; end def empty; end def index; end def load; end end end end end
Version data entries
101 entries across 101 versions & 1 rubygems