# File lib/hiredis/ruby/reader.rb, line 121
def
<<
(
data
)
@length
+=
data
.
length
@buffer
<<
data
end