# File lib/archive/tar/minitar/command.rb, line 282 282: def default_ioe(ioe = {}) 283: ioe[:input] ||= $stdin 284: ioe[:output] ||= $stdout 285: ioe[:error] ||= $stderr 286: ioe 287: end