mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Todo is actually already finished :-)
This commit is contained in:
@@ -180,7 +180,6 @@ module MRuby
|
||||
when '>=' then cmp_result >= 0
|
||||
when '<=' then cmp_result <= 0
|
||||
when '~>'
|
||||
# todo: implement twiddle-waka
|
||||
Version.new(version).twiddle_wakka_ok?(Version.new(ver))
|
||||
else
|
||||
fail "Comparison not possible with '#{cmp}'"
|
||||
|
||||
Reference in New Issue
Block a user