# File lib/sass/tree/visitors/to_css.rb, line 56 def trailing_semicolon? @result.end_with?(";") && !@result.end_with?('\;') end