module RedmineInstaller
Constants
- MIN_SUPPORTED_RUBY
Settings
- VERSION
Public Class Methods
logger()
click to toggle source
# File lib/redmine-installer.rb, line 37 def self.logger @logger ||= RedmineInstaller::Logger.new end
pastel()
click to toggle source
# File lib/redmine-installer.rb, line 45 def self.pastel @pastel ||= Pastel.new end
print_logo()
click to toggle source
# File lib/redmine-installer.rb, line 49 def self.print_logo puts <<-PRINT __ _ _______ ___/ /_ _ (_)__ ___ / __/ -_) _ / ' \\/ / _ \\/ -_) /_/ \\__/\\_,_/_/_/_/_/_//_/\\__/ Powered by EasySoftware PRINT end
prompt()
click to toggle source
# File lib/redmine-installer.rb, line 41 def self.prompt @prompt ||= TTY::Prompt.new end