class Sass::CompileContext

def url

def url
  return if @file.nil?
  Util.file_uri_from_path @file
end