twitter-ruby

https://github.com/sferik/twitter-ruby

Ruby

A Ruby interface to the Twitter API.

Twitter::Streaming::Connection#ssl_socket_class

Returns the value of attribute ssl_socket_class

Source | Google | Stack overflow

Edit

git clone [email protected]:sferik/twitter-ruby.git

cd twitter-ruby

open lib/twitter/streaming/connection.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Twitter--Streaming--Connection-ssl_socket_class-for-pr


# Commit to git

git add lib/twitter/streaming/connection.rbgit commit -m "better docs for Twitter::Streaming::Connection#ssl_socket_class"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Twitter--Streaming--Connection-ssl_socket_class-for-pr

hub pull-request


# Celebrate!