class SassC::Util::NormalizedMap

def has_key?(k)

Other tags:
    Private: -
def has_key?(k)
  @map.has_key?(normalize(k))
end