Class: Proc

Inherits:
Object show all
Defined in:
lib/aws/templates/utils/contextualized/proc.rb

Overview

Proc class patch

Adds to_filter method proxying a Proc through Filter interface object

Instance Method Summary collapse

Instance Method Details

#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