Method: Puppet::Util::RDoc.output
- Defined in:
- lib/puppet/util/rdoc.rb
.output(file, ast) ⇒ Object
Outputs to the console the documentation of a manifest
42 43 44 |
# File 'lib/puppet/util/rdoc.rb', line 42 def output(file, ast) raise _("RDOC SUPPORT FOR MANIFEST HAS BEEN REMOVED - See PUP-3638") end |