lib/twitter/error/client_error.rb in twitter-4.5.0 vs lib/twitter/error/client_error.rb in twitter-4.6.0

- old
+ new

@@ -20,10 +20,10 @@ '' elsif body[:error] body[:error] elsif body[:errors] first = Array(body[:errors]).first - if first.kind_of?(Hash) + if first.is_a?(Hash) first[:message].chomp else first.chomp end end