class ProjectEulerCli::CLI
Manages the command line interface for the program.
Public Class Methods
new()
click to toggle source
# File lib/project_euler_cli/cli.rb, line 6 def initialize @av = ArchiveViewer.new @as = ArchiveSearcher.new end
Public Instance Methods
prompt()
click to toggle source
# File lib/project_euler_cli/cli.rb, line 16 def prompt print "e: " gets.strip end
start()
click to toggle source
# File lib/project_euler_cli/cli.rb, line 11 def start banner main_menu end