Class: BuildEval::Monitor::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/build_eval/monitor/base.rb

Direct Known Subclasses

Composite, Server

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