Method: Cwb::BenchmarkSuite#initialize

Defined in:
lib/cwb/benchmark_suite.rb

#initialize(working_dir = Dir.pwd) ⇒ BenchmarkSuite

Returns a new instance of BenchmarkSuite.



3
4
5
6
# File 'lib/cwb/benchmark_suite.rb', line 3

def initialize(working_dir = Dir.pwd)
  @cwb = Cwb::Client.instance
  @working_dir = working_dir
end