Top Level Namespace

Defined Under Namespace

Modules: CircuitB

Instance Method Summary collapse

Instance Method Details

#CircuitB(fuse_name, &block) ⇒ Object



32
33
34
# File 'lib/circuit_b.rb', line 32

def CircuitB(fuse_name, &block)
  CircuitB.fuse(fuse_name, &block)
end