Module: StableMatch
- Defined in:
- lib/stable_match.rb,
lib/stable_match/test.rb,
lib/stable_match/runner.rb,
lib/stable_match/version.rb,
lib/stable_match/candidate.rb,
lib/stable_match/util/initialize_with_defaults.rb
Defined Under Namespace
Modules: Util Classes: Candidate, Runner, Test
Constant Summary collapse
- VERSION =
"0.2.0"
Class Method Summary collapse
Class Method Details
.run(*args, &block) ⇒ Object
2 3 4 |
# File 'lib/stable_match.rb', line 2 def self.run( *args , &block ) Runner.run *args , &block end |