Instantiates an instance and calls the series of methods to invoke the script.
# File lib/mspec/utils/script.rb, line 210 def self.main $VERBOSE = nil unless ENV['OUTPUT_WARNINGS'] script = new script.load_default script.load '~/.mspecrc' script.options script.signals script.register script.run end