# File lib/sass/scss/parser.rb, line 14 def initialize(str, line = 1) @template = str @line = line @strs = [] end