Skip to content

Instantly share code, notes, and snippets.

@aarti
Created June 17, 2014 05:37
Show Gist options
  • Select an option

  • Save aarti/c050f44fccd525bbec34 to your computer and use it in GitHub Desktop.

Select an option

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