Class: NilClass

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

Overview

NilClass class patch

Adds to_filter method converting nil into the Identity filter

Instance Method Summary collapse

Instance Method Details

#to_filterObject

Convert nil to Identity filter



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

def to_filter
  Aws::Templates::Utils::Contextualized::Filter::Identity.new
end