summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-05-18 16:33:19 -0700
committerAdam Jacob <adam@opscode.com>2009-05-18 16:33:19 -0700
commit5672296d3cddc1b12abe725bcc5b4e14e85b2817 (patch)
tree681e779ac52610e15472c7d1480015d5e5d89b1a
parentbddc08e89fbb863303d5ad6321231d375284136e (diff)
downloadmixlib-config-5672296d3cddc1b12abe725bcc5b4e14e85b2817.tar.gz
Removing dupe function
-rw-r--r--lib/mixlib/config.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/mixlib/config.rb b/lib/mixlib/config.rb
index 7c049d8..b45268a 100644
--- a/lib/mixlib/config.rb
+++ b/lib/mixlib/config.rb
@@ -44,14 +44,6 @@ module Mixlib
block.call(@@configuration)
end
- # Merge a hash in to your configuration hash. Make sure the keys are symbols!
- #
- # === Parameters
- # other<Hash>:: A hash to merge in to your configuration.
- def merge!(other)
- @@configuration.merge!(other)
- end
-
# Get the value of a configuration option
#
# === Parameters