class Bpl::AST::BreakStatement

Public Instance Methods

show() click to toggle source
# File lib/bpl/ast/statement.rb, line 115
def show; "#{yield :break}#{@identifier ? " " : ""}#{yield(@identifier)};" end