class Prism::BreakNode
def initialize(source, node_id, location, flags, arguments, keyword_loc)
def initialize(source, node_id, location, flags, arguments, keyword_loc) @source = source @node_id = node_id @location = location @flags = flags @arguments = arguments @keyword_loc = keyword_loc end