# File lib/deep_test/options.rb, line 63 63: def ui_instance 64: UI_INSTANCES[self] ||= eval(ui).new(self) 65: end