class Bpl::AST::HavocStatement

Public Instance Methods

show() click to toggle source
# File lib/bpl/ast/statement.rb, line 32
def show
  "#{yield :havoc} #{@identifiers.map{|a| yield a} * ", "};"
end