Method: Awspec::Generator::Template.generate_resource_type_doc
- Defined in:
- lib/awspec/generator/template.rb
.generate_resource_type_doc ⇒ Object
115 116 117 118 119 120 121 |
# File 'lib/awspec/generator/template.rb', line 115 def self.generate_resource_type_doc path = 'doc/_resource_types/' + @type.underscore + '.md' content = "### exist\n" self.file_check_and_puts(path, content) end |