module DittoCode::RemoveFile

Public Class Methods

if(environment) click to toggle source
# File lib/dittocode/remove_file.rb, line 6
def self.if (environment)

        # check the env code
        unless @initialize
                DittoCode::Environments.check_env
        end

        if DittoCode::Environments.isIncluded? environment
                exit
        end 
end