module BenchmarkDriver

def version

Returns:
  • (String) - - Return RUBY_VERSION
def version
  @cache[:version] ||= IO.popen([*command, '-e', 'print RUBY_VERSION'], &:read)
end