# File lib/rspec/core/example.rb, line 125
        def self.extended(object)
          def object.run; call; end
        end