Sha256: 9454ec8f83a0fd9e9c423cbd4fa6a6fb84fdc107d2e8026b60cefad5658820a0

Contents?: true

Size: 202 Bytes

Versions: 20

Compression:

Stored size: 202 Bytes

Contents

# frozen_string_literal: true
# The base class for AST nodes representing top level things:
# hostclasses, definitions, and nodes.
class Puppet::Parser::AST::TopLevelConstruct < Puppet::Parser::AST
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
puppet-8.3.0 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.3.0-x86-mingw32 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.3.0-x64-mingw32 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.3.0-universal-darwin lib/puppet/parser/ast/top_level_construct.rb
puppet-8.3.1 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.3.1-x86-mingw32 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.3.1-x64-mingw32 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.3.1-universal-darwin lib/puppet/parser/ast/top_level_construct.rb
puppet-8.2.0 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.2.0-x86-mingw32 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.2.0-x64-mingw32 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.2.0-universal-darwin lib/puppet/parser/ast/top_level_construct.rb
puppet-8.1.0 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.1.0-x86-mingw32 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.1.0-x64-mingw32 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.1.0-universal-darwin lib/puppet/parser/ast/top_level_construct.rb
puppet-8.0.1 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.0.1-x86-mingw32 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.0.1-x64-mingw32 lib/puppet/parser/ast/top_level_construct.rb
puppet-8.0.1-universal-darwin lib/puppet/parser/ast/top_level_construct.rb