# File lib/bencode/encode/integer.rb, line 10
  def bencode
    "i#{self}e"
  end