class SimpleCov::SourceFile
def round_float(float, places)
def round_float(float, places) factor = (10 * places).to_f (float * factor).round / factor end
def round_float(float, places) factor = (10 * places).to_f (float * factor).round / factor end