Method: Sym::Data#decode
- Defined in:
- lib/sym/data.rb
#decode(data_encoded, compress = nil) ⇒ Object
18 19 20 |
# File 'lib/sym/data.rb', line 18 def decode(data_encoded, compress = nil) Decoder.new(data_encoded, compress).data end |