class TwitterWithAutoPagination::Serializer::JsonCoder
Public Instance Methods
decode(str)
click to toggle source
# File lib/twitter_with_auto_pagination/serializer.rb, line 54 def decode(str) @coder.parse(str, symbolize_names: true) end