5 6 7 8 9 10
# File 'lib/meerstats/runner.rb', line 5 def self.invoke case ARGV when ["install"] Meerstats::Installer.perform end end