Skip to content

Instantly share code, notes, and snippets.

@lin
Created February 2, 2015 21:54
Show Gist options
  • Select an option

  • Save lin/b64625479ff8f3199981 to your computer and use it in GitHub Desktop.

Select an option

Save lin/b64625479ff8f3199981 to your computer and use it in GitHub Desktop.
Ruby Revisit
tweets = timeline.tweets || []
options[:country] ||= 'us'
options[:privacy] ||= true
def sign_in
current_session || sign_user_in
en
if list_name
"/#{user_name}/#{list_name}"
else
"/#{user_name}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment