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



57
58
# File 'lib/redmine-installer/command.rb', line 57

def print_end(*)
end


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

def print_line(line)
  puts line
end


47
48
49
50
51
# File 'lib/redmine-installer/command.rb', line 47

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