Path  Path::Glob

In Files

Parent

  • Name

Methods

Generated with Razzle Dazzle Redfish

[Validate]

Glob

A lazy resolution variation of Path::Name.

Public Instance Methods

to_s() click to toggle source

(Not documented)

# File lib/path/glob.rb, line 10
    def to_s
      Dir.glob(super).first
    end

Disabled; run with --debug to generate this.