free_mutant/lib/mutant/mutator/node
Markus Schirp a0216cb6fa Bump ruby requirement to 2.1
* Use %i style symbol literal arrays
* Fix style
* Whitelist some preferred style
2015-05-31 21:20:54 +00:00
..
literal Correct miscellaneous typos 2014-11-22 11:16:07 -08:00
named_value Use frozen constant instead of unmutated mutable literal 2014-07-06 03:43:23 +00:00
send Add rescue/else-body promotion/concatenation mutation 2014-08-16 20:58:08 +00:00
and_asgn.rb Refactor and consolidate node type checks in to private methods 2014-06-10 02:06:00 +00:00
argument.rb Kill redundant YARD docs 2014-06-15 19:28:57 +00:00
arguments.rb Refactor and consolidate node type checks in to private methods 2014-06-10 02:06:00 +00:00
begin.rb Fix warnings introduced by 2.2 2015-01-14 11:57:53 +00:00
binary.rb Fix emitters to recurse into left and right of binary statements 2014-11-11 19:08:12 +00:00
block.rb Prefer guard over conditional 2014-08-05 10:50:06 +00:00
blockarg.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
break.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
case.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
conditional_loop.rb Consolidate constant names for nodes 2014-06-16 10:56:27 +00:00
const.rb Fix style 2014-12-22 01:32:51 +00:00
define.rb Consolidate constant names for nodes 2014-06-16 10:56:27 +00:00
defined.rb Refactor and consolidate node type checks in to private methods 2014-06-10 02:06:00 +00:00
dstr.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
dsym.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
generic.rb Fix style 2014-12-22 01:32:51 +00:00
if.rb Fix warnings introduced by 2.2 2015-01-14 11:57:53 +00:00
kwbegin.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
literal.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
masgn.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
match_current_line.rb Add expression => self mutation 2014-06-05 17:48:39 +00:00
mlhs.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
next.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
noop.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
nthref.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
op_asgn.rb Refactor and consolidate node type checks in to private methods 2014-06-10 02:06:00 +00:00
or_asgn.rb Introduce AST::Meta to externalize semantic analysis 2014-06-29 21:26:58 +00:00
resbody.rb Remove remaining encoding headers 2014-08-10 21:33:44 +00:00
rescue.rb Add concat-promotion of resbody nodes 2014-08-16 21:14:22 +00:00
restarg.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
return.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
send.rb Bump ruby requirement to 2.1 2015-05-31 21:20:54 +00:00
splat.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
super.rb Introduce AST::Meta to externalize semantic analysis 2014-06-29 21:26:58 +00:00
when.rb Consolidate constant names for nodes 2014-06-16 10:56:27 +00:00
yield.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00
zsuper.rb Nuke UTF-8 encoding headers 2014-06-09 15:37:48 +00:00