Method: Deplate::Command::NOIDX.accumulate

Defined in:
lib/deplate/commands.rb

.accumulate(src, array, deplate, text, match, args, cmd) ⇒ Object



719
720
721
722
723
724
# File 'lib/deplate/commands.rb', line 719

def self.accumulate(src, array, deplate, text, match, args, cmd)
    Deplate::Core.log("%s: %s" % [cmd, text], :debug, src)
    for i in Deplate::Core.split_list(text, ';', nil, src)
        deplate.remove_index(self, i)
    end
end