# File lib/sass/tree/import_node.rb, line 16 def initialize(imported_filename) @imported_filename = imported_filename super(nil) end