class Aws::Templates::Help::Rdoc::Parametrized::Transformations::AsModule

Module transformation documentation

Just prints documentation blurb since the transformation is not parametrizable.

Public Instance Methods

provide() click to toggle source
# File lib/aws/templates/help/rdoc/parametrized/transformations/as_module.rb, line 16
def provide
  sub(text('lookup as a module'))
end