class Gigawatt::Application
Public Class Methods
run!()
click to toggle source
# File lib/gigawatt/application.rb, line 3 def self.run! trap("SIGINT") { puts " "; exit! } Options.parse! end
# File lib/gigawatt/application.rb, line 3 def self.run! trap("SIGINT") { puts " "; exit! } Options.parse! end