summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/help.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/application/help.rb')
-rw-r--r--lib/puppet/application/help.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/puppet/application/help.rb b/lib/puppet/application/help.rb
index 4829a2036..66baa462e 100644
--- a/lib/puppet/application/help.rb
+++ b/lib/puppet/application/help.rb
@@ -1,7 +1,4 @@
require 'puppet/application/face_base'
class Puppet::Application::Help < Puppet::Application::FaceBase
- # Meh. Disable the default behaviour, which is to inspect the
- # string and return that – not so helpful. --daniel 2011-04-11
- def render(result) result end
end