Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 475 Bytes

File metadata and controls

9 lines (5 loc) · 475 Bytes

Ruby

We currently have partial support for the Ruby programming language in the DB backend. We support many cases, you can use it like ct record <path to rb file> [<args>] and ct replay <name of rb file> (or directly ct run <path to rb file> [<args>])

The recorder for Ruby is currently hosted in the codetracer-ruby-recorder repo.

You can read its README for more details. We welcome contributors!