16 17 18 19
# File 'lib/bcat/reader.rb', line 16 def open @fds = is_command ? open_command : open_files @buf = [] end