72 73 74 75 76 77
# File 'lib/l2meter/emitter.rb', line 72 def batch @outputs.push StringIO.new yield ensure flush_buffer @outputs.pop end