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