Method: Psych::Nodes::Mapping#tag

Defined in:
lib/psych/nodes/mapping.rb

#tagObject

The optional tag for this mapping



29
30
31
# File 'lib/psych/nodes/mapping.rb', line 29

def tag
  @tag
end