# File lib/compass/installers/template_context.rb, line 36 def get_binding @locals.each do |k, v| eval("#{k} = v") end binding end