remove Environment#to_h

This commit is contained in:
Josh Holtrop 2018-11-25 21:00:29 -05:00
parent 82fbd34149
commit 660d30558a

View File

@ -292,18 +292,6 @@ module Rscons
@varset.__send__(:[]=, *args)
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.
#
# @param values [VarSet, Hash] New set of variables.