Skip to content
james-turner edited this page Oct 20, 2011 · 1 revision

Installation

gem install tweets

Require

require 'tweets'

Examples

puts "test".tweets
=> ["test", "test moar", ...]

"james".tweets.each | tweet | do
  puts tweet
end
=> "james" 
=> "james martin"
=> "moar james plox"
Clone this wiki locally