Class: RedmineInstaller::Command::FullFormatter

Inherits:
BaseFormatter show all
Defined in:
lib/redmine-installer/command.rb

Constant Summary

Constants included from Utils

Utils::PROGRESSBAR_FORMAT

Instance Method Summary collapse

Methods included from Utils

#class_name, #create_dir, #env_user, #error, #logger, #ok, #pastel, #prompt, #run_command

Instance Method Details



63
64
# File 'lib/redmine-installer/command.rb', line 63

def print_end(*)
end


59
60
61
# File 'lib/redmine-installer/command.rb', line 59

def print_line(line)
  puts line
end


53
54
55
56
57
# File 'lib/redmine-installer/command.rb', line 53

def print_title(title)
  puts '-->'
  puts "--> #{pastel.yellow(title)}"
  puts '-->'
end