module BenchmarkDriver
def description
-
(String)
- - Return result of `ruby -v`. This is for convenience of output plugins.
def description @cache[:description] ||= IO.popen([*command, '-v'], &:read).rstrip end
(String)
- - Return result of `ruby -v`. This is for convenience of output plugins.
def description @cache[:description] ||= IO.popen([*command, '-v'], &:read).rstrip end