Method: Utilities::PuppetModule#types

Defined in:
lib/retrospec/plugins/v1/plugin/puppet_module.rb

#typesObject

TODO: we need to parse the types and find all the types that inherit other types and then order them so we can load the files first



204
205
206
# File 'lib/retrospec/plugins/v1/plugin/puppet_module.rb', line 204

def types
  @types ||= search_module || []
end