class Psych::Coder

def initialize tag

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

def initialize: (String tag) -> void

This signature was generated using 80 samples from 1 application.

def initialize tag
  @map      = {}
  @seq      = []
  @implicit = false
  @type     = :map
  @tag      = tag
  @style    = Psych::Nodes::Mapping::BLOCK
  @scalar   = nil
  @object   = nil
end