Inserts key/value in self.
key
value
self
49 50 51
# File 'lib/immutable/map.rb', line 49 def insert(key, value) ins(key, value).make_black end