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

String transformation documentation

Just prints the 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_string.rb, line 16
def provide
  sub(text('to string'))
end