class MyManga::CLI::Commands::MCleanUp
See desc
Public Instance Methods
call(*)
click to toggle source
# File lib/my_manga/m_clean_up.rb, line 10 def call(*) return unless MyManga.mangdown_client_clean_up puts 'Mangdown cache files removed' end