class CodeTools::AST::BlockPass19
Attributes
arguments[RW]
Public Class Methods
new(line, arguments, body)
click to toggle source
Calls superclass method
CodeTools::AST::BlockPass::new
# File lib/rubinius/code/ast/sends.rb, line 433 def initialize(line, arguments, body) super(line, body) @arguments = arguments end