| 183 | alias_method :<<, :write |
| 184 | |
| 185 | def flush |
| 186 | client.send_response(client.currentId, "editor.eval.ruby.print", {"msg" => @cur, "file" => File.basename(FileUtils.pwd)}) |
| 187 | @cur = "" |
| 188 | end |
| 189 | |
| 190 | def self.safe_print(text) |
| 191 | $stdout.write(text) |
no test coverage detected