module Sass::Constant
def get_constant(value, constants)
def get_constant(value, constants) to_return = constants[value] raise SyntaxError.new("Undefined constant: \"!#{value}\".") unless to_return to_return end
def get_constant(value, constants) to_return = constants[value] raise SyntaxError.new("Undefined constant: \"!#{value}\".") unless to_return to_return end