class SassC::Util::NormalizedMap

def method_missing(method, *args, &block)

def method_missing(method, *args, &block)
  @map.send(method, *args, &block)
end