class Sass::SCSS::StaticParser

def interp_ident(ident = IDENT); s = tok(ident) and [s]; end

def interp_ident(ident = IDENT); s = tok(ident) and [s]; end