class Floodlight::Runner
Public Class Methods
invoke()
click to toggle source
# File lib/floodlight/runner.rb, line 5 def self.invoke case ARGV when ["install"] Floodlight::Installer.perform end end
# File lib/floodlight/runner.rb, line 5 def self.invoke case ARGV when ["install"] Floodlight::Installer.perform end end