tmm1 / rbtrace

like strace, but for ruby code
MIT License
1.71k stars 65 forks source link

Convert RBTrace object to TypedData API #92

Closed casperisfine closed 11 months ago

casperisfine commented 11 months ago

The replacement API was introduced in Ruby 1.9.2 (2010), and the old untyped data API was marked a deprecated in the documentation as of Ruby 2.3.0 (2015)

Ref: https://bugs.ruby-lang.org/issues/19998