class TwitterWithAutoPagination::Serializer::OjCoder

Public Instance Methods

decode(str) click to toggle source
# File lib/twitter_with_auto_pagination/serializer.rb, line 60
def decode(str)
  @coder.load(str, symbol_keys: true)
end