Method: Psych::Nodes::Stream#encoding

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

#encodingObject

The encoding used for this stream



25
26
27
# File 'lib/psych/nodes/stream.rb', line 25

def encoding
  @encoding
end