Flowdock
method

require_ruby_debug

Importance_0
require_ruby_debug() public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/options.rb, line 94
      def require_ruby_debug
        require 'rubygems' unless ENV['NO_RUBYGEMS']
        require 'ruby-debug'
      end
Register or log in to add new notes.