Method: Ikra::AST::BreakNode#to_s

Defined in:
lib/ast/printer.rb

#to_sObject



150
151
152
# File 'lib/ast/printer.rb', line 150

def to_s
    return "[BreakNode]"
end