class Erubi::CaptureBlockEngine::Buffer

def <<(v)

Convert argument to string when concatening
def <<(v)
  concat(v.to_s)
end