glob(p1, p2 = v2)
Class Public methods
Returns or yields Pathname objects.
1 2 | Pathname.glob( "config/" "*.rb" ) #=> [#<Pathname:config/environment.rb>, #<Pathname:config/routes.rb>, ..] |
See Dir.glob.
Designed by : w10schools
service@w10schools.com
Please login to continue.