class SyntaxTree::YARV::DataFlowGraph::BlockArgument
This represents an object that goes on the stack that is passed between basic blocks.
Attributes
Public Class Methods
Source
# File lib/syntax_tree/yarv/data_flow_graph.rb, line 35 def initialize(name) @name = name end