class Sexpir::Checker

Public Instance Methods

check(circuit) click to toggle source
# File lib/sexpir/checker.rb, line 8
def check circuit
  log"[+] checking circuit '#{circuit.name}'"
end