# File lib/rubytorrent/bencoding.rb, line 88
  def to_bencoding
    "i" + self.to_s + "e"
  end