Method: Castkit::CLI::Main#version
- Defined in:
- lib/castkit/cli/main.rb
#version ⇒ void
This method returns an undefined value.
Outputs the current Castkit version.
22 23 24 |
# File 'lib/castkit/cli/main.rb', line 22 def version puts Castkit::VERSION end |