class Aws::Templates::Help::Rdoc::Contextualized::Filters::Scoped
Scope filter documentation provider
Outputs documentation for the nested filter and scope.
Public Instance Methods
provide()
click to toggle source
# File lib/aws/templates/help/rdoc/contextualized/filters/scoped.rb, line 16 def provide sub( text('scoped filter'), processed_for(context.scoped_filter), text("... to be executed in the scope #{context.scope}") ) end