genkirb / genki

A fast and minimalist framework to generate APIs in Ruby
MIT License
4 stars 0 forks source link

Fix mutant #38

Open diego-silva opened 8 years ago

diego-silva commented 8 years ago

The other files should only have 'irrelevant' mutations (array[0] to array.at(0) and hash[:key] to hash.fetch(:key))