class PuppetStrings::Markdown::PuppetPlan
Public Class Methods
new(registry)
click to toggle source
Calls superclass method
PuppetStrings::Markdown::Base::new
# File lib/puppet-strings/markdown/puppet_plan.rb, line 11 def initialize(registry) @template = 'classes_and_defines.erb' super(registry, 'plan') end
Public Instance Methods
render()
click to toggle source
Calls superclass method
PuppetStrings::Markdown::Base#render
# File lib/puppet-strings/markdown/puppet_plan.rb, line 16 def render super(@template) end