class Psych::Coder

def map= map

Experimental RBS support (using type sampling data from the type_fusion project).

def map=: (Hash map) -> Hash

This signature was generated using 86 samples from 1 application.

Emit a map with +value+
def map= map
  @type = :map
  @map  = map
end