Class: Notebroker::CLI::Commands::Version

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/notebroker/cli.rb

Instance Method Summary collapse

Instance Method Details

#callObject



11
12
13
# File 'lib/notebroker/cli.rb', line 11

def call(*)
  puts Notebroker::VERSION
end