# File lib/sass/tree/visitors/to_css.rb, line 16 def with_tabs(tabs) old_tabs, @tabs = @tabs, tabs yield ensure @tabs = old_tabs end