Skip to content

Instantly share code, notes, and snippets.

@justinrolston
Last active December 22, 2015 19:09
Show Gist options
  • Save justinrolston/6517437 to your computer and use it in GitHub Desktop.
Save justinrolston/6517437 to your computer and use it in GitHub Desktop.
def tweet(message)
if tweet <= "140"
@client.update(message)
else
puts "Cannot send tweet over 140 characators"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment