StandardError
Exception raised when stubbing a particular method is not allowed.
@see Configuration.prevent
@private
# File lib/mocha/stubbing_error.rb, line 11 11: def initialize(message = nil, backtrace = []) 12: super(message) 13: filter = BacktraceFilter.new 14: set_backtrace(filter.filtered(backtrace)) 15: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.