Class: Beats::Command::Version
- Defined in:
- lib/beats/commands/version.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Beats::Command::Base
Instance Method Details
#version ⇒ Object
5 6 7 8 |
# File 'lib/beats/commands/version.rb', line 5 def version require 'beats/version' display "Beats v#{Beats::VERSION}" end |