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

Integer transformation documentation

Just prints the blurb since the transformation is not parametrizable.

Public Instance Methods

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