test/e2e/files/hello.rb

Summary

Maintainability
A
0 mins
Test Coverage
if ARGV.length >= 1
  sleep(ARGV[0].to_f)
end
puts("hello, world!(Ruby)")