free_mutant/lib/mutant
Dan Kubb 2b6eba8ad3 Refactor conditional logic to use a boolean connective
* Change the guard clause into a simple if/else block. I believe a
  guard clause is only useful if it happens before the majority of
  the code in the method. In this case it adds nothing, and is
  probably more difficult to understand.
2013-07-30 11:00:35 -07:00
..
cli Update constant lookup to use stricter approach 2013-07-29 17:40:18 -07:00
context Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
killer Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
matcher Refactor conditional logic to use a boolean connective 2013-07-30 11:00:35 -07:00
mutation Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
mutator Fix whitespace 2013-07-29 17:34:02 -07:00
reporter Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
runner Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
strategy Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
subject Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
support Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
cache.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
cli.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
color.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
config.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
constants.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
context.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
differ.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
killer.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
loader.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
matcher.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
mutation.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
mutator.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
node_helpers.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
random.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
reporter.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
runner.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
singleton_methods.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
strategy.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
subject.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00
zombifier.rb Add magic encoding header to all ruby files 2013-07-28 16:03:06 -07:00