Todo is actually already finished :-)

This commit is contained in:
Daniel Bovensiepen
2013-05-09 01:49:53 +08:00
parent a5a7c47e91
commit 34f7dd539d
-1
View File
@@ -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}'"