Merge pull request #5414 from shuujii/mRubyPresym-no-longer-needs-RakeDSL

`MRuby::Presym` no longer needs `Rake::DSL`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-04-18 08:24:15 +09:00
committed by GitHub
-2
View File
@@ -1,7 +1,5 @@
module MRuby
class Presym
include Rake::DSL
OPERATORS = {
"!" => "not",
"%" => "mod",