Method: Treetop::Compiler::NotPredicate#when_failure

Defined in:
lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/node_classes/predicate.rb

#when_failureObject



44
45
46
47
48
49
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/node_classes/predicate.rb', line 44

def when_failure
  if (e = parent.atomic.expected)
    builder << "@terminal_failures.pop"
  end
  assign_success
end