module Bencoding module Numeric def to_bencoding "i"+to_i.to_s+"e" end end end