class Sass::Script::Value::Map

def initialize(hash)

Parameters:
  • hash (Hash) --
def initialize(hash)
  super(hash)
end