rubyx/test/bench/rubyx/noop.rb
Torsten 95af84e752 fixing test to pass
and extract own kind of same tests to bench
bench tests will need some loop, but not as large as c
2019-07-25 21:25:15 +03:00

6 lines
51 B
Ruby

class Space
def main(arg)
return 0
end
end