Class: Dude::Commands::Version

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/dude/commands/version.rb

Instance Method Summary collapse

Instance Method Details

#callObject



8
9
10
# File 'lib/dude/commands/version.rb', line 8

def call
  puts Dude::VERSION
end