# File lib/beefcake/buffer/encode.rb, line 107 def append_string(s) append_uint64(s.length) self << s end