lib/twitter/geo_results.rb in twitter-5.6.0 vs lib/twitter/geo_results.rb in twitter-5.7.0

- old
+ new

@@ -8,19 +8,9 @@ attr_reader :attrs alias_method :to_h, :attrs deprecate_alias :to_hash, :to_h deprecate_alias :to_hsh, :to_h - class << self - # Construct a new GeoResults object from a response hash - # - # @param response [Hash] - # @return [Twitter::Base] - def from_response(response = {}) - new(response[:body]) - end - end - # Initializes a new GeoResults object # # @param attrs [Hash] # @return [Twitter::GeoResults] def initialize(attrs = {})