use @varset.append() instead of @varset.send(:append)
This commit is contained in:
parent
f5be3a3571
commit
ae0ad98075
@ -164,7 +164,7 @@ module Rscons
|
|||||||
# Add a set of construction variables or environment options.
|
# Add a set of construction variables or environment options.
|
||||||
# @see VarSet#append
|
# @see VarSet#append
|
||||||
def append(*args)
|
def append(*args)
|
||||||
@varset.send(:append, *args)
|
@varset.append(*args)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Build all target specified in the Environment.
|
# Build all target specified in the Environment.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user