(expr, meta)
| 204 | |
| 205 | class LtWatch |
| 206 | def self.watch(expr, meta) |
| 207 | LtClient.active_client.send_response(nil, "clients.raise-on-object", [meta["obj"], "editor.eval.ruby.watch", {"meta" => meta, "result" => expr.inspect}]); |
| 208 | end |
| 209 | end |
| 210 | |
| 211 | unless defined?(RSpec) |
nothing calls this directly
no test coverage detected