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