Skip to content

Commit

Permalink
Merge pull request #1193 from ksss/ripper
Browse files Browse the repository at this point in the history
Add ripper in stdlib
  • Loading branch information
soutaro authored Feb 13, 2023
2 parents 4f9086d + 1026e36 commit dcbcc9e
Show file tree
Hide file tree
Showing 4 changed files with 1,885 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Steepfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ target :lib do
"lib/rbs/test.rb"
)

library "set", "pathname", "json", "logger", "monitor", "tsort", "uri", 'dbm', 'pstore', 'singleton', 'shellwords', 'fileutils', 'find', 'digest'
library "set", "pathname", "json", "logger", "monitor", "tsort", "uri", 'dbm', 'pstore', 'singleton', 'shellwords', 'fileutils', 'find', 'digest', 'ripper'
signature 'stdlib/yaml/0'
signature "stdlib/strscan/0/"
signature "stdlib/optparse/0/"
Expand Down
8 changes: 0 additions & 8 deletions sig/shims/ripper.rbs

This file was deleted.

Loading

0 comments on commit dcbcc9e

Please sign in to comment.