# File lib/rubytorrent/bencoding.rb, line 124
  def to_bencoding
    "l" + self.map { |e| e.to_bencoding }.join + "e"
  end