Flowdock
method

new

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: Coder
new(tag) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/psych/lib/psych/coder.rb, line 12
    def initialize tag
      @map      = {}
      @seq      = []
      @implicit = false
      @type     = :map
      @tag      = tag
      @style    = Psych::Nodes::Mapping::BLOCK
      @scalar   = nil
      @object   = nil
    end
Register or log in to add new notes.