# File lib/bencode/encode/string.rb, line 11
  def bencode
    "#{length}:#{self}"
  end