# File lib/beefcake/buffer/base.rb, line 79
    def <<(bytes)
      buf << bytes
    end