Created
September 13, 2013 04:34
-
-
Save dsawardekar/6546816 to your computer and use it in GitHub Desktop.
Trailing whitespace at end of def
This file contains 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
def hello() | |
end |
This file contains 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
grammar.y:557:in `rescue in parse': on line 1: (Riml::ParseError) | |
parse error on value "end" (END) | |
"end" is a keyword, and cannot be used as a variable name | |
from grammar.y:547:in `parse' | |
from /home/dms/.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/riml-0.3.0/lib/riml.rb:37:in `compile' | |
from /home/dms/.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/riml-0.3.0/lib/riml.rb:93:in `compile_files' | |
from /home/dms/.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/riml-0.3.0/bin/riml:108:in `start' | |
from /home/dms/.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/riml-0.3.0/bin/riml:125:in `<module:Riml>' | |
from /home/dms/.rbenv/versions/1.9.3-p429/lib/ruby/gems/1.9.1/gems/riml-0.3.0/bin/riml:6:in `<top (required)>' | |
from /home/dms/.rbenv/versions/1.9.3-p429/bin/riml:23:in `load' | |
from /home/dms/.rbenv/versions/1.9.3-p429/bin/riml:23:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment