Class: MFXcode::Plugins::Version
- Inherits:
-
Object
- Object
- MFXcode::Plugins::Version
- Defined in:
- lib/mfxcode/plugins/version.rb
Overview
Prints version
Instance Method Summary collapse
Instance Method Details
#help ⇒ Object
25 26 27 28 29 30 31 32 |
# File 'lib/mfxcode/plugins/version.rb', line 25 def help {:short => 'Prints version', :long => <<"END" } Usage: version Prints version END end |