Class: TheRunner::Therunnerfile::Handler
- Inherits:
-
Object
- Object
- TheRunner::Therunnerfile::Handler
- Defined in:
- lib/the_runner/therunnerfile/handler.rb
Constant Summary collapse
- @@contexts =
{}
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.add_context(key, context) ⇒ Object
10 11 12 |
# File 'lib/the_runner/therunnerfile/handler.rb', line 10 def self.add_context(key, context) @@contexts[key] = context end |