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

Boolean transformation documentation

Just prints the documentation blurb.

Public Instance Methods

provide() click to toggle source
# File lib/aws/templates/help/rdoc/parametrized/transformations/as_boolean.rb, line 16
def provide
  sub(text('to boolean'))
end