Flowdock
glob(p1, p2 = v2) public

Returns or yields Pathname objects.

Pathname.glob("config/" "*.rb")
    #=> [#<Pathname:config/environment.rb>, #<Pathname:config/routes.rb>, ..]

See Dir.glob.

Show source
Register or log in to add new notes.