Class: Notebroker::CLI::Commands::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- Notebroker::CLI::Commands::Version
- Defined in:
- lib/notebroker/cli.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
11 12 13 |
# File 'lib/notebroker/cli.rb', line 11 def call(*) puts Notebroker::VERSION end |