Method: Confmake::Command#help
- Defined in:
- lib/confmake/command.rb
#help(*args) ⇒ Object
14 15 16 17 18 19 |
# File 'lib/confmake/command.rb', line 14 def help *args return [ "This is confmake version #{Confmake::VERSION}", super ].join("\n") end |