free_mutant/lib/mutant/matcher
Markus Schirp f2297e3472 Use a more error tolerant way to access {Module,Class}#name
"Many" library authors override Class or Modules #name not to return a
String or nil. They are not aware these are integral APIs for
reflection / tools. This change prints an ugly warning message in case
the API was violated.

Mutant used to crash often because of this LSP violation. This change
should provide a generic workaround.
2014-01-18 23:58:14 +01:00
..
method Fix style of YARD @return tag description 2013-09-11 20:50:23 +02:00
chain.rb Fix style of YARD @return tag description 2013-09-11 20:50:23 +02:00
filter.rb Add missing encoding tags 2013-09-08 22:37:07 -07:00
method.rb Fix style of YARD @return tag description 2013-09-11 20:50:23 +02:00
methods.rb Use 1.9 style hash syntax where possible 2013-09-07 20:27:06 +02:00
namespace.rb Use a more error tolerant way to access {Module,Class}#name 2014-01-18 23:58:14 +01:00
scope.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00