free_mutant/meta
2015-08-19 15:08:20 -04:00
..
and.rb Remove invalild mutation on negating booleans 2015-08-08 20:48:07 +00:00
and_asgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
array.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
begin.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
block.rb Mutate arg into _foo instead of foo__mutant__ 2015-08-13 22:17:22 -04:00
block_pass.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
blockarg.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
boolean.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
break.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
case.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
casgn.rb Add mutation A = true -> remove_const :A 2015-08-13 17:12:57 -04:00
cbase.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
const.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
cvar.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
cvasgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
def.rb Add mutation def hi; end -> remove_method :hi 2015-08-19 15:08:20 -04:00
defined.rb Improve defined? mutations 2015-08-10 13:54:21 +00:00
dstr.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
dsym.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
ensure.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
false.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
float.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
gvar.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
gvasgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
hash.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
if.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
int.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
ivasgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
kwbegin.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
lvar.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
lvasgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
masgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
match_current_line.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
next.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
nil.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
nthref.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
op_assgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
or.rb Remove invalild mutation on negating booleans 2015-08-08 20:48:07 +00:00
or_asgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
range.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
redo.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
regex.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
rescue.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
restarg.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
return.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
self.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
send.rb Add mutations from to_h -> to_hash 2015-08-09 20:36:44 -07:00
str.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
super.rb Remove invalid mutation super(...) to super 2015-08-14 16:59:31 +00:00
symbol.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
true.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
until.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
while.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
yield.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00