= private = protected
fnmatch?(pattern, *args)
See File.fnmatch? (same as #fnmatch).
# File lib/pathname.rb, line 818 def fnmatch?(pattern, *args) File.fnmatch?(pattern, @path, *args) end