Created
November 14, 2008 21:25
-
-
Save javan/25100 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% if 1 == 1 # some comment %> | |
In ruby 1.8.6 you'll see me. In 1.8.7 you won't. It seems 1.8.7 doesn't like comments in erb tags like the one above. | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment