class ActionView::FixtureResolver

def template_glob(glob)

def template_glob(glob)
  @hash.keys.filter_map do |path|
    "/#{path}" if File.fnmatch(glob, path)
  end
end