class Bpl::AST::ReturnStatement
Public Instance Methods
show()
click to toggle source
# File lib/bpl/ast/statement.rb, line 53 def show "#{yield :return} #{@expression ? (yield @expression) : "" };".fmt end
# File lib/bpl/ast/statement.rb, line 53 def show "#{yield :return} #{@expression ? (yield @expression) : "" };".fmt end