Sha256: 18718fdef28cb46ae7f78041529530bfee801df106255edafc25ce6edf70db1b
Contents?: true
Size: 245 Bytes
Versions: 10
Compression:
Stored size: 245 Bytes
Contents
module Invoker module IPC class AddHttpCommand < BaseCommand def run_command(message_object) Invoker.dns_cache.add(message_object.process_name, message_object.port, message_object.ip) true end end end end
Version data entries
10 entries across 10 versions & 3 rubygems