Fix YARD coverage and flay score

This commit is contained in:
Markus Schirp 2012-08-01 17:03:24 +02:00
parent 890f02e7fe
commit 00136ab9df
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,3 @@
--- ---
threshold: 15 threshold: 15
total_score: 155 total_score: 161

View file

@ -28,6 +28,8 @@ module Mutant
# @return [false] # @return [false]
# returns false otherwise # returns false otherwise
# #
# @api private
#
def self.on_18? def self.on_18?
RUBY_VERSION == '1.8.7' RUBY_VERSION == '1.8.7'
end end