substitution | [RW] |
The substitution mentioned applies to all elements of this list.
# File AS.dat.rb, line 689 689: def initialize( list=[], substitution=Substitution.new ) 690: list.each { |argument| self << argument } 691: @substitution = substitution 692: end