Created
October 26, 2024 02:24
-
-
Save yahonda/3e55643d3c78dbe3843492cafd9ebcea to your computer and use it in GitHub Desktop.
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
class C | |
class_eval "def throw_syntax_error; eval %( | |
'abc' + pluralize 'def' | |
); end", "lib/file.rb", 42 | |
end | |
c = C.new | |
c.throw_syntax_error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment