Method: Proc#to_filter
- Defined in:
- lib/aws/templates/utils/contextualized/proc.rb
#to_filter ⇒ Object
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 |