Name: | rubygem-typeprof |
---|---|
Version: | 0.21.3 |
Release: | 144.module+el8.10.0+90462+7a5de0fa |
Architecture: | noarch |
Module: | ruby:3.1:8100020241127152928:489197e6 |
Group: | Unspecified |
Size: | 338245 |
License: | MIT |
RPM: | rubygem-typeprof-0.21.3-144.module+el8.10.0+90462+7a5de0fa.noarch.rpm |
Source RPM: | ruby-3.1.5-144.module+el8.10.0+90462+7a5de0fa.src.rpm |
Build Date: | Fri Dec 06 2024 |
Build Host: | build-ol8-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. |