Class: MyManga::CLI::Commands::Version

Inherits:
MyManga::CLI::Command show all
Defined in:
lib/my_manga/cli.rb

Overview

see desc

Instance Method Summary collapse

Methods inherited from MyManga::CLI::Command

#manga_names, #pad

Instance Method Details

#callObject



26
27
28
# File 'lib/my_manga/cli.rb', line 26

def call(*)
  puts MyManga::VERSION
end