Sha256: db68b49bd07011cd167605342ccf5fffa2a8c98cfe34ade87e20fdc28e63f02b
Contents?: true
Size: 374 Bytes
Versions: 1
Compression:
Stored size: 374 Bytes
Contents
require 'fileutils' require 'wlog/commands/commandable' require 'wlog/domain/static_configurations' module Wlog # This touches a file in wlog config: .config/wlog/tainted. That file is used # later on to see if this is the first setup or not. class TaintSetup include StaticConfigurations def initialize end def execute FileUtils.touch TaintFile end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wlog-1.2.2 | lib/wlog/commands/taint_setup.rb |