class RedmineInstaller::Command::FullFormatter
Public Instance Methods
print_end(*)
click to toggle source
# File lib/redmine-installer/command.rb, line 63 def print_end(*) end
print_line(line)
click to toggle source
# File lib/redmine-installer/command.rb, line 59 def print_line(line) puts line end
print_title(title)
click to toggle source
# File lib/redmine-installer/command.rb, line 53 def print_title(title) puts '-->' puts "--> #{pastel.yellow(title)}" puts '-->' end