Method: Awspec::Toolbox#template

Defined in:
lib/awspec/toolbox.rb

#template(type) ⇒ Object



9
10
11
# File 'lib/awspec/toolbox.rb', line 9

def template(type)
  puts Awspec::Generator::Template.generate(type)
end