module Minitest::Assertions

def _where # :nodoc:

:nodoc:
def _where # :nodoc:
  where = Minitest.filter_backtrace(caller).first
  where = where.split(/:in /, 2).first # clean up noise
end