Method: LEON::Encoder#append

Defined in:
lib/io.rb

#append(buf) ⇒ Object



250
251
252
# File 'lib/io.rb', line 250

def append(buf)
  @buffer = StringBuffer.concat([@buffer, buf])
end