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.



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

def initialize(value, file, line)
  super
end