Method: Proc#to_filter

Defined in:
lib/aws/templates/utils/contextualized/proc.rb

#to_filterObject

Proxy the Proc through Proxy filter object



10
11
12
# File 'lib/aws/templates/utils/contextualized/proc.rb', line 10

def to_filter
  Aws::Templates::Utils::Contextualized::Filter::Proxy.new(self)
end