Methods

Class/Module Index [+]

Quicksearch

Kernel

Public Instance Methods

debugger(*args) click to toggle source
# File lib/rspec/core/extensions/kernel.rb, line 2
def debugger(*args)
  (RSpec.configuration.error_stream || $stderr).puts "\n***** debugger statement ignored, use -d or --debug option to enable debugging\n#{caller(0)[1]}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.