Skip to content

Instantly share code, notes, and snippets.

@aarti
Created June 17, 2014 05:37
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 aarti/c050f44fccd525bbec34 to your computer and use it in GitHub Desktop.
Save aarti/c050f44fccd525bbec34 to your computer and use it in GitHub Desktop.
string multiplication
irb(main):001:0> 'A' * 3
=> "AAA"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment