class BenchmarkDriver::RubyInterface

def prelude(script)

Parameters:
  • script (String) --
def prelude(script)
  @prelude << "#{script}\n"
end