If not already defined by ruby-debug, this implementation prints helpful message to STDERR when ruby-debug is not loaded.
# File lib/rspec/core/extensions/kernel.rb, line 5 5: def debugger(*args) 6: (RSpec.configuration.error_stream || $stderr).puts "\n***** debugger statement ignored, use -d or --debug option to enable debugging\n#{caller(0)[1]}" 7: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.