# File lib/rubytorrent/bencoding.rb, line 61
  def to_bencoding
    self.length.to_s + ":" + self.to_s
  end