Method: PSON.parser

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

.parserObject

Returns the PSON parser class, that is used by PSON. This might be either PSON::Ext::Parser or PSON::Pure::Parser.



21
22
23
# File 'lib/vendor/puppet/external/pson/common.rb', line 21

def parser
  @parser
end