MRuby::Presym no longer needs Rake::DSL

This commit is contained in:
KOBAYASHI Shuji
2021-04-17 16:42:08 +09:00
parent 3c5467af63
commit f0318aca23
-2
View File
@@ -1,7 +1,5 @@
module MRuby
class Presym
include Rake::DSL
OPERATORS = {
"!" => "not",
"%" => "mod",