Skip to content

Instantly share code, notes, and snippets.

@berezovskyi
Created December 22, 2012 00:32
Show Gist options
  • Save berezovskyi/4356792 to your computer and use it in GitHub Desktop.
Save berezovskyi/4356792 to your computer and use it in GitHub Desktop.
Here is it, output is `1 likes more 0004`
men = 1
woman = 4
puts "#{men} likes more #{"%04d" % woman}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment