Classes: Base
"0.1.0"
52 53 54
# File 'lib/capistrano_banner/base.rb', line 52 def self.banner(banner_path = "./config/banner.txt", stage = fetch(:stage), options = {}) Base.new(stage, banner_path).print_banner(options) end