Method: Puppet::Pops::Types::TypeFactory.binary

Defined in:
lib/puppet/pops/types/type_factory.rb

.binaryObject

Creates an instance of the Binary type



402
403
404
# File 'lib/puppet/pops/types/type_factory.rb', line 402

def self.binary
  PBinaryType::DEFAULT
end