class Sass::SCSS::StaticParser

def initialize(str, filename, importer, line = 1, offset = 1, allow_parent_ref = true)

Parameters:
  • allow_parent_ref (Boolean) -- Whether to allow the

Other tags:
    See: Parser#initialize -
def initialize(str, filename, importer, line = 1, offset = 1, allow_parent_ref = true)
  super(str, filename, importer, line, offset)
  @allow_parent_ref = allow_parent_ref
end