Created
March 21, 2011 10:24
-
-
Save daz/879260 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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