Method: Puppet::Pops::Types::TypeFormatter#expanded

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

#expandedObject



30
31
32
33
34
# File 'lib/puppet/pops/types/type_formatter.rb', line 30

def expanded
  tf = clone
  tf.instance_variable_set(:@expanded, true)
  tf
end