DEBSOURCES
Skip Quicknav
sources / ruby-tty-command / 0.10.1-1 / spec / fixtures / stream
123456
#!/usr/bin/env ruby # frozen_string_literal: true 3.times do |i| puts "hello #{i + 1}" end