Sha256: c42757ae47901f3081bf596c1f3a35332f3f5058467950f7cc465b404e31e2ce
Contents?: true
Size: 204 Bytes
Versions: 8
Compression:
Stored size: 204 Bytes
Contents
module Perus::Server class Alert < Sequel::Model def execute(systems) systems.select do |system| system.instance_eval(code) end end end end
Version data entries
8 entries across 8 versions & 1 rubygems