Method: PSON.state

Defined in:
lib/puppet/external/pson/common.rb

.stateObject

Returns the PSON generator state class, that is used by PSON. This might be either PSON::Ext::Generator::State or PSON::Pure::Generator::State.



75
76
77
# File 'lib/puppet/external/pson/common.rb', line 75

def state
  @state
end