Method: Deplate::Command::IDX#process
- Defined in:
- lib/deplate/commands.rb
#process ⇒ Object
691 692 693 694 695 696 697 698 699 |
# File 'lib/deplate/commands.rb', line 691 def process @accum.collect! do |idx| deplate.formatter.format_particle(:format_index, self, idx) end @accum.delete("") @accum.compact! @elt = [ @accum.join ] super end |