Exception: Puppet::Pops::Evaluator::Next

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) ⇒ Next

Returns a new instance of Next.



15
16
17
# File 'lib/puppet/pops/evaluator/closure.rb', line 15

def initialize(value, file, line)
  super
end