# File lib/standard/facets/pathname/glob.rb, line 35 def include?(pattern,*opts) if directory? glob_first(pattern,*opts) else fnmatch(pattern,*opts) end end