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