Flowdock
method

require_ruby_debug

Importance_0
RSpec latest stable (1.3.1) - 0 notes - Class: Spec::Runner::Options
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 96
      def require_ruby_debug
        require 'rubygems' unless ENV['NO_RUBYGEMS']
        require 'ruby-debug'
      end
Register or log in to add new notes.