Module: Cwb

Defined in:
lib/cwb.rb,
lib/cwb/cli.rb,
lib/cwb/client.rb,
lib/cwb/config.rb,
lib/cwb/parser.rb,
lib/cwb/version.rb,
lib/cwb/benchmark.rb,
lib/cwb/file_parser.rb,
lib/cwb/parser_factory.rb,
lib/cwb/benchmark_suite.rb,
lib/cwb/directory_parser.rb,
lib/cwb/directory_suite_parser.rb

Defined Under Namespace

Modules: ParserFactory Classes: Benchmark, BenchmarkSuite, Cli, Client, Config, DirectoryParser, DirectorySuiteParser, FileParser, Parser

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.rootObject



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

def self.root
  File.expand_path '../..', __FILE__
end