module PSON::Pure::Generator::GeneratorMethods::TrueClass

Public Instance Methods

to_pson(*) click to toggle source

Returns a PSON string for true: ‘true’.

# File lib/puppet/external/pson/pure/generator.rb, line 386
def to_pson(*) 'true' end