# File lib/pathname.rb, line 623
  def fnmatch?(pattern, *args) File.fnmatch?(pattern, @path, *args) end