Class: MyManga::CLI::Commands::Version
- Inherits:
-
MyManga::CLI::Command
- Object
- Hanami::CLI::Command
- MyManga::CLI::Command
- MyManga::CLI::Commands::Version
- Defined in:
- lib/my_manga/cli.rb
Overview
see desc
Instance Method Summary collapse
Methods inherited from MyManga::CLI::Command
Instance Method Details
#call ⇒ Object
26 27 28 |
# File 'lib/my_manga/cli.rb', line 26 def call(*) puts MyManga::VERSION end |