Advertisement
Guest User

Untitled

a guest
Nov 16th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.15 KB | None | 0 0
  1. <% topics = ["coffee"] %>
  2. <% @client.search("coffee", :count => 3, :result_type => "recent").collect do |tweet| %>
  3.   <%= tweet.text %>
  4. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement