summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/help.rb
blob: fd8818db0dbebb684771e9a4920b90a2c48ac3be (plain)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-
require 'puppet/application/faces_base'

class Puppet::Application::Help < Puppet::Application::FacesBase
  # 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