pathname-glob:Ruby的pathname#glob方法

时间:2024-05-29 07:16:27
【文件属性】:

文件名称:pathname-glob:Ruby的pathname#glob方法

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-29 07:16:27

Ruby

实现一个非常需要的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
----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)

网友评论