Class: I18nFlow::CLI::VersionCommand
- Inherits:
-
CommandBase
- Object
- CommandBase
- I18nFlow::CLI::VersionCommand
- Defined in:
- lib/i18n_flow/cli/version_command.rb
Instance Method Summary collapse
Methods inherited from CommandBase
#color_enabled?, #exit_with_message, #initialize
Constructor Details
This class inherits a constructor from I18nFlow::CLI::CommandBase
Instance Method Details
#invoke! ⇒ Object
5 6 7 |
# File 'lib/i18n_flow/cli/version_command.rb', line 5 def invoke! puts 'i18n_flow v%s' % I18nFlow::VERSION end |