Method: Bcat::Reader#open

Defined in:
lib/bcat/reader.rb

#openObject



16
17
18
19
# File 'lib/bcat/reader.rb', line 16

def open
  @fds = is_command ? open_command : open_files
  @buf = []
end