Sha256: 4bcf2878e97101e6cc7d45bf1072fe9b5636086f7e467f0b7ec70c2f80bc8fd1
Contents?: true
Size: 201 Bytes
Versions: 2
Compression:
Stored size: 201 Bytes
Contents
module Redirus module Worker class RmProxy < Proxy include Redirus::Utils def perform_action(name, type) File.delete(config_file_path(name, type)) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
redirus-0.3.1 | lib/redirus/worker/rm_proxy.rb |
redirus-0.2.1 | lib/redirus/worker/rm_proxy.rb |