class Opal::Nodes::IFlipFlop

Public Instance Methods

excl() click to toggle source

Inclusive flip flop, check ‘end_condition’ in the same iteration when ‘start_condition’ is truthy

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