Skip to content

Commit

Permalink
Introduce Type builder interface
Browse files Browse the repository at this point in the history
This interface is used to manually build RBI types.

Signed-off-by: Alexandre Terrasa <[email protected]>
Co-authored-by: Ufuk Kayserilioglu <[email protected]>
  • Loading branch information
Morriar and paracycle committed Jul 31, 2024
1 parent 8824bb2 commit c4e5f64
Show file tree
Hide file tree
Showing 3 changed files with 1,205 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/rbi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Error < StandardError

require "rbi/loc"
require "rbi/model"
require "rbi/type"
require "rbi/visitor"
require "rbi/index"
require "rbi/rewriters/add_sig_templates"
Expand Down
Loading

0 comments on commit c4e5f64

Please sign in to comment.