Class: HireFire::Environment::Noop
- Inherits:
-
Object
- Object
- HireFire::Environment::Noop
- Defined in:
- lib/hirefire/environment/noop.rb
Instance Method Summary collapse
-
#fire ⇒ Object
Will invoke the #fire method, but won’t actually do anything.
-
#hire ⇒ Object
Will invoke the #hire method, but won’t actually do anything.
Instance Method Details
#fire ⇒ Object
Will invoke the #fire method, but won’t actually do anything
14 15 |
# File 'lib/hirefire/environment/noop.rb', line 14 def fire end |
#hire ⇒ Object
Will invoke the #hire method, but won’t actually do anything
9 10 |
# File 'lib/hirefire/environment/noop.rb', line 9 def hire end |