Class: MyManga::CLI::Commands::Env

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

Overview

See desc

Instance Method Summary collapse

Methods inherited from MyManga::CLI::Command

#manga_names, #pad

Instance Method Details

#callObject



10
11
12
# File 'lib/my_manga/env.rb', line 10

def call(*)
  puts MyManga.env
end