class Aws::Templates::Help::Rdoc::Parametrized::Constraints::Matches

Regular expression constraint documentation provider

Outputs regular expression.

Protected Instance Methods

add_description(item) click to toggle source
# File lib/aws/templates/help/rdoc/parametrized/constraints/matches.rb, line 18
def add_description(item)
  item << text("matches regular expression #{context.expression.inspect}")
end