3 4 5 6
# File 'lib/gigawatt/application.rb', line 3 def self.run! trap("SIGINT") { puts " "; exit! } Options.parse! end