class Sass::OrderedHash

def initialize_copy(other)

def initialize_copy(other)
  @hash = other.instance_variable_get('@hash').clone
end