Sha256: b51ab5bb92f6ee4d8ed36888bf22379b6e22169786af3d6d05bd10929ea83d51
Contents?: true
Size: 917 Bytes
Versions: 3
Compression:
Stored size: 917 Bytes
Contents
#!/usr/bin/env ruby require_relative '../config/environment' require 'bundler/setup' puts "----------------------------------------------------------------------------" puts " Welcome to ".light_green puts "----------------------------------------------------------------------------" puts puts " _____ _ ___ ____ ___ __ __ _ " puts "|_ _|__ _ __ / |/ _ \\ | __ ) _____ __ / _ \\ / _|/ _(_) ___ ___ " puts " | |/ _ \\| '_ \\ | | | | | | _ \\ / _ \\ \\/ / | | | | |_| |_| |/ __/ _ \\ " puts " | | (_) | |_) | | | |_| | | |_) | (_) > < | |_| | _| _| | (_| __/ " puts " |_|\\___/| .__/ |_|\\___/ |____/ \\___/_/\\_\\ \\___/|_| |_| |_|\\___\\___|" puts " |_| " puts Top10BoxOffice::CLI.new.call
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
top_10_box_office-0.1.2 | bin/top-10-box-office |
top_10_box_office-0.1.1 | bin/top-10-box-office |
top_10_box_office-0.1.0 | bin/top-10-box-office |