class Sass::Script::Lexer
def done?
-
(Boolean)
- Whether or not there's more source text to lex.
def done? whitespace unless after_interpolation? && @interpolation_stack.last @scanner.eos? && @tok.nil? end
(Boolean)
- Whether or not there's more source text to lex.
def done? whitespace unless after_interpolation? && @interpolation_stack.last @scanner.eos? && @tok.nil? end