Introducing RBS into an existing application is difficult. It is impractical to manually write types for all methods in an application with many lines of code.
To solve this issue, I am developing a gem that collects type information at test runtime and automatically inserts it as an embedded RBS type declaration (for rbs-inline). This talk will introduce the development status of the gem, implementation details, and usage.