class Opal::Nodes::EFlipFlop

Public Instance Methods

excl() click to toggle source

Exclusive flip flop, check ‘end_condition’ in the next iteration after ‘start_condition’ is truthy

# File lib/opal/nodes/if.rb, line 442
def excl
  "else "
end