没有合适的资源?快使用搜索试试~ 我知道了~
pathname-glob:Ruby的pathname#glob方法
共9个文件
rb:3个
md:1个
gemfile:1个
需积分: 17 0 下载量 35 浏览量
2021-05-09
13:29:47
上传
评论
收藏 4KB ZIP 举报
温馨提示
实现一个非常需要的Pathname#glob方法。 要安装,请运行gem install pathname-glob ,然后在您的代码中require "pathname-glob" 。 用法 它支持与Dir.glob和Pathname::glob相似的接口。 Pathname ( "foo" ) . glob ( "*.txt" ) Pathname ( "foo" ) . glob ( "*.txt" , File :: FNM_DOTMATCH ) Pathname ( "foo" ) . glob ( [ "*.txt" , "*.html" ] ) Pathname ( "foo" ) . glob ( "*.txt" ) do | path | # yields Pathname objects end # returns nil 相对于其他globbing方法有什
资源推荐
资源详情
资源评论
收起资源包目录
pathname-glob-master.zip (9个子文件)
pathname-glob-master
lib
pathname-glob.rb 357B
Gemfile 38B
spec
pathname_glob_spec.rb 3KB
spec_helper.rb 90B
Rakefile 402B
README.md 1KB
.rspec 30B
.gitignore 19B
pathname-glob.gemspec 689B
共 9 条
- 1
资源评论
迷荆
- 粉丝: 65
- 资源: 4720
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- mnn yolo 演示 .zip
- keras 和 tensorflow 2.2 中的 yolo 实现.zip
- qt生成二维码 QRcode
- 大海呀是我的故乡我哎泥
- KAPAO 是一种高效的单阶段人体姿势估计模型,它可以检测关键点和姿势作为对象,并融合检测结果来预测人体姿势 .zip
- fps游戏的AI作弊原理 (这个仅用于学习).zip
- 微信小程序毕业设计-基于SSM的农产品自主供销小程序【代码+论文+PPT】.zip
- fish-kong,Yolov5-Instance-Seg-Tensorrt-CPP.zip
- 排球场地的排球识别 yolov7标记
- 微信小程序毕业设计-基于SSM的英语学习激励系统【代码+论文+PPT】.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功