Class: Proc
Overview
Proc class patch
Adds to_filter method proxying a Proc through Filter interface object
Instance Method Summary collapse
-
#to_filter ⇒ Object
Proxy the Proc through Proxy filter object.
Instance Method Details
#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 |