class MyManga::CLI::Commands::Version
see desc
Public Instance Methods
call(*)
click to toggle source
# File lib/my_manga/cli.rb, line 26 def call(*) puts MyManga::VERSION end
see desc
# File lib/my_manga/cli.rb, line 26 def call(*) puts MyManga::VERSION end