diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-05-20 17:10:26 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-05-20 18:10:09 +0900 |
commit | 7f0e26b7f99bf76408569892ce20318501f74729 () | |
tree | 01643623a3d84b08e485342ec5ba074e20f9d5b8 /tool/lib/bundled_gem.rb | |
parent | 70ad58cb62b195ba86a5ef07a565b22b02a040ea (diff) |
Re-use strscan with ruby repo
-rw-r--r-- | tool/lib/bundled_gem.rb | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ module BundledGem "time", # net-ftp "singleton", # prime "ipaddr", # rinda - "forwardable" # prime, rinda ] module_function |