Method: Puppet::Pops::Types::TypeParser#interpret_LambdaExpression

Defined in:
lib/puppet/pops/types/type_parser.rb

#interpret_LambdaExpression(o, context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



88
89
90
# File 'lib/puppet/pops/types/type_parser.rb', line 88

def interpret_LambdaExpression(o, context)
  o
end