Class: DriveEnv::Cli::Command
- Inherits:
-
Thor
- Object
- Thor
- DriveEnv::Cli::Command
- Defined in:
- lib/drive_env/cli/command.rb
Instance Method Summary collapse
Instance Method Details
#version ⇒ Object
19 20 21 |
# File 'lib/drive_env/cli/command.rb', line 19 def version puts "drive_env v#{::DriveEnv::VERSION}" end |