From 660d30558ad54fde23d50c04098a0b8af396cc51 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 25 Nov 2018 21:00:29 -0500 Subject: [PATCH] remove Environment#to_h --- lib/rscons/environment.rb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/rscons/environment.rb b/lib/rscons/environment.rb index 6338ef9..5b46fa5 100644 --- a/lib/rscons/environment.rb +++ b/lib/rscons/environment.rb @@ -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.