free_mutant/meta
2016-01-03 16:29:16 -08:00
..
and.rb Revert "Add mutations from and/or into if/else" 2015-09-01 15:09:53 +00:00
and_asgn.rb
array.rb
begin.rb Remove redundant encoding comments 2015-08-14 17:47:42 +00:00
block.rb Fix mutation to invalid ast on block glueing 2015-09-11 23:06:07 +00:00
block_pass.rb
blockarg.rb
boolean.rb
break.rb
case.rb
casgn.rb Add mutation A = true -> remove_const :A 2015-08-13 17:12:57 -04:00
cbase.rb
const.rb
cvar.rb
cvasgn.rb
date.rb Add mutation Date.parse -> other parse methods 2015-10-09 10:58:31 -07:00
def.rb Add restarg arity mutation 2015-09-08 08:03:48 -07:00
defined.rb Improve defined? mutations 2015-08-10 13:54:21 +00:00
dstr.rb
dsym.rb
ensure.rb
false.rb
float.rb
gvar.rb
gvasgn.rb
hash.rb
if.rb
int.rb
ivar.rb Add mutation from @foo to foo 2015-10-18 18:53:49 -07:00
ivasgn.rb
kwbegin.rb
lvar.rb
lvasgn.rb
masgn.rb
match_current_line.rb
next.rb
nil.rb
nthref.rb
op_assgn.rb Add mutation from @foo to foo 2015-10-18 18:53:49 -07:00
or.rb Revert "Add mutations from and/or into if/else" 2015-09-01 15:09:53 +00:00
or_asgn.rb Fix repo location of rubyspec 2015-12-19 22:17:30 +00:00
range.rb
redo.rb
regex.rb
rescue.rb
restarg.rb
return.rb
self.rb
send.rb Add mutation Hash#values_at -> Hash#fetch_values 2016-01-03 16:29:16 -08:00
str.rb
super.rb Remove invalid mutation super(...) to super 2015-08-14 16:59:31 +00:00
symbol.rb
true.rb
until.rb
while.rb
yield.rb