Method: Puppet::Pops::Serialization::Deserializer#reader

Defined in:
lib/puppet/pops/serialization/deserializer.rb

#readerObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Provides access to the reader.



11
12
13
# File 'lib/puppet/pops/serialization/deserializer.rb', line 11

def reader
  @reader
end