class Aws::Templates::Help::Rdoc::Contextualized::Filters::Override
Override
filter documentation provider
Generates blurb and documentation for override object whatever the object is. The object provider is taken from standard documenation provider
Public Instance Methods
provide()
click to toggle source
# File lib/aws/templates/help/rdoc/contextualized/filters/override.rb, line 17 def provide sub( text('merge the context with the following override:'), processed_for(context.override) ) end