# File lib/spec.rb, line 19
    def run
      return true if run?
      Runner.options.run_examples
    end