()
| 106 | # ── Ruby ───────────────────────────────────────────────────────────────────── |
| 107 | |
| 108 | def test_ruby_no_error(): |
| 109 | r = extract_ruby(FIXTURES / "sample.rb") |
| 110 | assert "error" not in r |
| 111 | |
| 112 | def test_ruby_finds_class(): |
| 113 | r = extract_ruby(FIXTURES / "sample.rb") |
nothing calls this directly
no test coverage detected