| Class | String |
| In: |
lib/bencode/encode/string.rb
lib/bencode/decode.rb |
| Parent: | Object |
Bdecodes the String object and returns the data serialized through bencoding.
"li1ei2ei3ee".bdecode #=> [1, 2, 3]