class Sass::Importers::Filesystem

def find(name, options)

Other tags:
    See: Base#find -
def find(name, options)
  _find(@root, name, options)
end