class Sass::Embedded
def next_id
def next_id @id_semaphore.synchronize do @id += 1 @id = 0 if @id == Transport::PROTOCOL_ERROR_ID @id end end
def next_id @id_semaphore.synchronize do @id += 1 @id = 0 if @id == Transport::PROTOCOL_ERROR_ID @id end end