class Mocha::Expectation

def definition_location

Other tags:
    Private: -
def definition_location
  filter = BacktraceFilter.new
  filter.filtered(backtrace)[0]
end