Sha256: 202a0b69c1f0ee07cb74ae2d2110b0fa31ae0b11409e3c854449780831060d17
Contents?: true
Size: 531 Bytes
Versions: 25
Compression:
Stored size: 531 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 def to_tree_s indent = 0 bundle.to_tree_s(indent) { "(reference)" } end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems