18 19 20
# File 'lib/sym/data.rb', line 18 def decode(data_encoded, compress = nil) Decoder.new(data_encoded, compress).data end