mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
11 lines
173 B
Ruby
11 lines
173 B
Ruby
bar = "bar"
|
|
|
|
undef foo, :foo, foo=, [], []=
|
|
undef :"foo_#{bar}"
|
|
undef nil, true, false, super, self
|
|
|
|
alias new :old
|
|
alias foo= []=
|
|
alias super self
|
|
alias :"\n#{bar}" :"foo"
|