Method: Conify::Command#respond_with_version
- Defined in:
- lib/conify/command.rb
#respond_with_version ⇒ Object
255 256 257 258 |
# File 'lib/conify/command.rb', line 255 def respond_with_version display "conify #{Conify::VERSION}" exit(0) end |