Exception: Puppet::Pops::Evaluator::Return

Inherits:
Jumper show all
Defined in:
lib/puppet/pops/evaluator/closure.rb

Instance Attribute Summary

Attributes inherited from Jumper

#file, #line, #value

Instance Method Summary collapse

Constructor Details

#initialize(value, file, line) ⇒ Return

Returns a new instance of Return.



21
22
23
# File 'lib/puppet/pops/evaluator/closure.rb', line 21

def initialize(value, file, line)
  super
end