class Prism::Pattern

def compile_nil_node(node)

in nil
def compile_nil_node(node)
  ->(attribute) { attribute.nil? }
end