lib/lox/cli.rb
Lox::CLI#console doesn't depend on instance state (maybe move it to another class?) Confirmed
Confirmed
def console
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
A Utility Function is any instance method that has no dependency on the state of the instance.