class MyManga::CLI::Commands::Env

See desc

Public Instance Methods

call(*) click to toggle source
# File lib/my_manga/env.rb, line 10
def call(*)
  puts MyManga.env
end