Skip to content

Instantly share code, notes, and snippets.

@daz
Created March 21, 2011 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daz/879260 to your computer and use it in GitHub Desktop.
Save daz/879260 to your computer and use it in GitHub Desktop.
status = "Text message you don't want from Telstra when you're overseas: YOU HAVE USED 60MB ON INTERNATIONAL ROAMING AT A COST OF UP TO $15.00 PER MB... Oooops :("
status.length.to_f / 1024 / 1024 * 15 * 100
=> 0.217437744140625
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment