We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting this warning from twitter-stream-0.1.12:
json_stream.rb:24: warning: key :path is duplicated and overwritten on line 27
Turns out it's right; the value is definitely in the hash twice.
DEFAULT_OPTIONS = { :method => 'GET', :path => '/', :content_type => "application/x-www-form-urlencoded", :content => '', :path => '/1/statuses/filter.json', :host => 'stream.twitter.com', :port => 80, :ssl => false, :user_agent => 'TwitterStream', :timeout => 0, :proxy => ENV['HTTP_PROXY'], :auth => nil, :oauth => {}, :filters => [], :params => {}, }
It's not a high-priority thing, of course.
Rails 4.2.8 Ruby 2.4.6 OSX 10.15.7
The text was updated successfully, but these errors were encountered:
Ach! I see I'm a few versions behind. Never mind.
Sorry, something went wrong.
No branches or pull requests
I'm getting this warning from twitter-stream-0.1.12:
json_stream.rb:24: warning: key :path is duplicated and overwritten on line 27
Turns out it's right; the value is definitely in the hash twice.
It's not a high-priority thing, of course.
Rails 4.2.8
Ruby 2.4.6
OSX 10.15.7
The text was updated successfully, but these errors were encountered: