module M
def self.run argv
def self.run argv # sync output since we're going to exit hard and fast $stdout.sync = true $stderr.sync = true exit! Runner.new(argv).run end
def self.run argv # sync output since we're going to exit hard and fast $stdout.sync = true $stderr.sync = true exit! Runner.new(argv).run end