class SassC::ImportHandler::FileImporter
def find_file_url(...)
def find_file_url(...) @import_cache.find_file_url(...) end
def initialize(import_cache)
def initialize(import_cache) @import_cache = import_cache end
def find_file_url(...) @import_cache.find_file_url(...) end
def initialize(import_cache) @import_cache = import_cache end