Exception: Puppet::Pops::Evaluator::Return
- Defined in:
- lib/puppet/pops/evaluator/closure.rb
Instance Attribute Summary
Attributes inherited from Jumper
Instance Method Summary collapse
-
#initialize(value, file, line) ⇒ Return
constructor
A new instance of Return.
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 |