class Byebug::ScriptInterface
def initialize(file, verbose = false)
def initialize(file, verbose = false) super() @input = File.open(file) @output = verbose ? STDOUT : StringIO.new @error = verbose ? STDERR : StringIO.new end
def initialize(file, verbose = false) super() @input = File.open(file) @output = verbose ? STDOUT : StringIO.new @error = verbose ? STDERR : StringIO.new end