Module: Mach5
- Defined in:
- lib/mach5-tools/chart.rb,
lib/mach5-tools/config.rb,
lib/mach5-tools/runner.rb,
lib/mach5-tools/benchmark.rb
Defined Under Namespace
Classes: Benchmark, Chart, Config, Runner
Class Method Summary collapse
Class Method Details
.configure(project_name, &block) ⇒ Object
2 3 4 |
# File 'lib/mach5-tools/config.rb', line 2 def self.configure(project_name, &block) Config.new(project_name, block) end |