class Sass::Tree::ImportNode

def to_scss(tabs = 0, opts = {})

Other tags:
    See: Node#to_scss -
def to_scss(tabs = 0, opts = {})
  "#{'  ' * tabs}@import \"#{@imported_filename}\";\n"
end