Class: MyManga::CLI::Commands::Env
- Inherits:
-
MyManga::CLI::Command
- Object
- Hanami::CLI::Command
- MyManga::CLI::Command
- MyManga::CLI::Commands::Env
- Defined in:
- lib/my_manga/env.rb
Overview
See desc
Instance Method Summary collapse
Methods inherited from MyManga::CLI::Command
Instance Method Details
#call ⇒ Object
10 11 12 |
# File 'lib/my_manga/env.rb', line 10 def call(*) puts MyManga.env end |