summaryrefslogtreecommitdiffstats
path: root/lib/puppet/interface
diff options
context:
space:
mode:
authorMichael Stahnke <stahnma@puppetlabs.com>2011-06-22 15:32:09 -0700
committerMichael Stahnke <stahnma@puppetlabs.com>2011-06-22 15:32:09 -0700
commitcb23e5a7207ee2aa13cb4fb7ba70e6d6207fbc40 (patch)
tree0b5206370ec9355b2b4096f0fde7386a71ca1deb /lib/puppet/interface
parent6ae3538a58eaa116762141759a88e0e9ad964ebb (diff)
parenta23e39165a9509a9fa40370929a50fcd1709f4a2 (diff)
downloadpuppet-cb23e5a7207ee2aa13cb4fb7ba70e6d6207fbc40.tar.gz
puppet-cb23e5a7207ee2aa13cb4fb7ba70e6d6207fbc40.tar.xz
puppet-cb23e5a7207ee2aa13cb4fb7ba70e6d6207fbc40.zip
Merging up 2.7.1
Diffstat (limited to 'lib/puppet/interface')
-rw-r--r--lib/puppet/interface/option.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/interface/option.rb b/lib/puppet/interface/option.rb
index b68bdeb12..3cd930acf 100644
--- a/lib/puppet/interface/option.rb
+++ b/lib/puppet/interface/option.rb
@@ -2,8 +2,6 @@ require 'puppet/interface'
class Puppet::Interface::Option
include Puppet::Interface::TinyDocs
- # For compatibility, deprecated, and should go fairly soon...
- ['', '='].each { |x| alias :"desc#{x}" :"description#{x}" }
def initialize(parent, *declaration, &block)
@parent = parent