Class: BuildEval::Monitor::Base
- Inherits:
-
Object
- Object
- BuildEval::Monitor::Base
- Defined in:
- lib/build_eval/monitor/base.rb
Instance Method Summary collapse
Instance Method Details
#+(other) ⇒ Object
6 7 8 |
# File 'lib/build_eval/monitor/base.rb', line 6 def +(other) BuildEval::Monitor::Composite.new(self, other) end |