3 4 5 6 7 8
# File 'lib/tanj/cli.rb', line 3 def run(args) frontend = Tanj::Frontend.new while line = gets frontend.receive(line) end end