lib/sass/script/parser.rb in sass-3.3.0.alpha.195 vs lib/sass/script/parser.rb in sass-3.3.0.alpha.196
- old
+ new
@@ -63,10 +63,10 @@
end
# Parses a SassScript expression,
# ending it when it encounters one of the given identifier tokens.
#
- # @param [#include?(String)] A set of strings that delimit the expression.
+ # @param tokens [#include?(String)] A set of strings that delimit the expression.
# @return [Script::Tree::Node] The root node of the parse tree
# @raise [Sass::SyntaxError] if the expression isn't valid SassScript
def parse_until(tokens)
@stop_at = tokens
expr = assert_expr :expr