remove Environment#to_h
This commit is contained in:
parent
82fbd34149
commit
660d30558a
@ -292,18 +292,6 @@ module Rscons
|
|||||||
@varset.__send__(:[]=, *args)
|
@varset.__send__(:[]=, *args)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Return the Environment construction variables as a Hash.
|
|
||||||
#
|
|
||||||
# @since 2.0.0
|
|
||||||
#
|
|
||||||
# @api private
|
|
||||||
#
|
|
||||||
# @return [Hash]
|
|
||||||
# Environment construction variables.
|
|
||||||
def to_h
|
|
||||||
@varset.to_h
|
|
||||||
end
|
|
||||||
|
|
||||||
# Add a set of construction variables to the Environment.
|
# Add a set of construction variables to the Environment.
|
||||||
#
|
#
|
||||||
# @param values [VarSet, Hash] New set of variables.
|
# @param values [VarSet, Hash] New set of variables.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user