Method: Psych::Nodes::Scalar#tag

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

#tagObject

The tag value (if there is one)



34
35
36
# File 'lib/psych/nodes/scalar.rb', line 34

def tag
  @tag
end