| Name: | rh-ruby30-rubygem-typeprof |
|---|---|
| Version: | 0.12.0 |
| Release: | 148.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 792118 |
| License: | MIT |
| RPM: | rh-ruby30-rubygem-typeprof-0.12.0-148.el7.noarch.rpm |
| Source RPM: | rh-ruby30-ruby-3.0.2-148.el7.src.rpm |
| Build Date: | Tue Oct 26 2021 |
| Build Host: | build-ol7-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/ruby/typeprof |
| Summary: | TypeProf is a type analysis tool for Ruby code based on abstract interpretation |
| Description: | TypeProf performs a type analysis of non-annotated Ruby code. It abstractly executes input Ruby code in a level of types instead of values, gathers what types are passed to and returned by methods, and prints the analysis result in RBS format, a standard type description format for Ruby 3.0. |