Method: Puppet::Pops::Types::TypeFormatter#expanded
- Defined in:
- lib/puppet/pops/types/type_formatter.rb
#expanded ⇒ Object
30 31 32 33 34 |
# File 'lib/puppet/pops/types/type_formatter.rb', line 30 def tf = clone tf.instance_variable_set(:@expanded, true) tf end |