Parent

Methods

Class/Module Index [+]

Quicksearch

Mocha::ExpectationError

Public Class Methods

new(message = nil, backtrace = []) click to toggle source
# File lib/mocha/expectation_error.rb, line 7
def initialize(message = nil, backtrace = [])
  super(message)
  filter = BacktraceFilter.new
  set_backtrace(filter.filtered(backtrace))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.