= private = protected
fnmatch(pattern, *args)
See File.fnmatch. Return true if the receiver matches the given pattern.
# File lib/pathname.rb, line 784 def fnmatch(pattern, *args) File.fnmatch(pattern, @path, *args) end