Method: Puppet::Pops::Types::PBinaryType#roundtrip_with_string?
- Defined in:
- lib/puppet/pops/types/p_binary_type.rb
#roundtrip_with_string? ⇒ TrueClass
Binary uses the strict base64 format as its string representation
148 149 150 |
# File 'lib/puppet/pops/types/p_binary_type.rb', line 148 def roundtrip_with_string? true end |