module FN::SWF::Node::Break

Public Instance Methods

visit(struct, debug = false) click to toggle source
# File lib/fn/swf/node/break.rb, line 12
def visit(struct, debug = false)
  has_no_children
  struct.break
end