Sha256: 947bd9126e98b4c168c9eff9af625fc19fc44cf045c10bbe66103ceba9bbc082

Contents?: true

Size: 134 Bytes

Versions: 3

Compression:

Stored size: 134 Bytes

Contents

module Bencoding
  module Array
    
    def to_bencoding
      "l"+collect{|item|item.to_bencoding}.join+"e"
    end
    
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
simonmenke-bencoding-0.0.1 lib/bencoding/array.rb
simonmenke-bencoding-0.0.2 lib/bencoding/array.rb
simonmenke-bencoding-0.0.3 lib/bencoding/array.rb