Module: RatDeployer

Defined in:
lib/rat_deployer.rb,
lib/rat_deployer/cli.rb,
lib/rat_deployer/config.rb,
lib/rat_deployer/command.rb,
lib/rat_deployer/version.rb,
lib/rat_deployer/notifier.rb

Defined Under Namespace

Modules: Command, Config, Notifier Classes: Cli

Constant Summary collapse

VERSION =
"0.4.0"

Class Method Summary collapse

Class Method Details



5
6
7
8
# File 'lib/rat_deployer.rb', line 5

def self.print_rat
  return unless RatDeployer::Config.prompt_enabled?
  puts File.read(File.join(__dir__, '../vendor/rat.txt'))
end