class Benchmark::IPS::Job

def hold?

Returns:
  • (Boolean) - Need to hold results between multiple Ruby invocations?
def hold?
  !!@held_path
end