Skip to content

Instantly share code, notes, and snippets.

@doodlehaus
Created December 15, 2013 19:57
Show Gist options
  • Save doodlehaus/7977365 to your computer and use it in GitHub Desktop.
Save doodlehaus/7977365 to your computer and use it in GitHub Desktop.
# string substitution
puts "We'd have %s beans, %s jars, and %s crates." % [jelly_beans, jars, crates]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment