Class: Gemview::Commands::Version

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

Instance Method Summary collapse

Instance Method Details

#callObject



112
113
114
# File 'lib/gemview/commands.rb', line 112

def call(*)
  puts Gemview::VERSION
end