class Puppet::Pops::Serialization::Extension::Tabulation
The class that triggers the use of the TABULATION extension. The payload is the tabulation index
Attributes
index[R]
Public Class Methods
new(index)
click to toggle source
# File lib/puppet/pops/serialization/extension.rb 51 def initialize(index) 52 @index = index 53 end