Module: Bencoding::Array
- Defined in:
- lib/bencoding/array.rb
Instance Method Summary collapse
Instance Method Details
#to_bencoding ⇒ Object
5 6 7 |
# File 'lib/bencoding/array.rb', line 5 def to_bencoding "l"+collect{|item|item.to_bencoding}.join+"e" end |