Method: Sass::Script::Tree::MapLiteral#initialize

Defined in:
lib/sass/script/tree/map_literal.rb

#initialize(pairs) ⇒ MapLiteral

Creates a new map literal.

Parameters:



14
15
16
# File 'lib/sass/script/tree/map_literal.rb', line 14

def initialize(pairs)
  @pairs = pairs
end