class Sass::Script::Lexer
def after_interpolation?
-
(Boolean)
- Whether or not the last token lexed was `:end_interpolation`.
def after_interpolation? @prev && @prev.type == :end_interpolation end
(Boolean)
- Whether or not the last token lexed was `:end_interpolation`.
def after_interpolation? @prev && @prev.type == :end_interpolation end