class RSpec::Mocks::InsertOntoBacktrace
@private
Insert original locations into stacktraces
def self.line(location)
def self.line(location) yield rescue RSpec::Mocks::MockExpectationError => error error.backtrace.insert(0, location) Kernel::raise error end