Skip to content

Instantly share code, notes, and snippets.

@suryagaddipati
Created July 3, 2012 20:58
Show Gist options
  • Save suryagaddipati/3043014 to your computer and use it in GitHub Desktop.
Save suryagaddipati/3043014 to your computer and use it in GitHub Desktop.
class Hello
def `()
asdfas
end
def y
`()
end
end
@suryagaddipati
Copy link
Author

hello.rb:6: unterminated string meets end of file
hello.rb:6: syntax error, unexpected $end, expecting keyword_end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment