Unverified Commit 713fb53b authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

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

`MRuby::Presym` no longer needs `Rake::DSL`
parents 73725458 f0318aca
module MRuby module MRuby
class Presym class Presym
include Rake::DSL
OPERATORS = { OPERATORS = {
"!" => "not", "!" => "not",
"%" => "mod", "%" => "mod",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment