Skip to content

Instantly share code, notes, and snippets.

@judofyr
Created June 29, 2013 08:27
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 judofyr/a8d55548047b65262036 to your computer and use it in GitHub Desktop.
Save judofyr/a8d55548047b65262036 to your computer and use it in GitHub Desktop.
Statements:
<? users.each do |user| ?>
Expressions: #{user}
<? end ?>
Block expressions:
<?= form_for do |f| ?>
Blah
<? end ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment