Returns a new instance of CLI.
8 9 10 11 12 13 14
# File 'lib/conference_tracker/cli.rb', line 8 def initialize(input, pipe = STDOUT, scheduler = Scheduler) @input = input @pipe = pipe @scheduler = scheduler end