Method: PSON#encode

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

#encode(to, from, string) ⇒ Object



319
320
321
# File 'lib/puppet/external/pson/common.rb', line 319

def encode(to, from, string)
  string.encode(to, from)
end