Apply rule to end files with a newline character

This commit is contained in:
Javi Martín
2019-06-18 02:00:14 +02:00
parent 347fc21cf0
commit 71d9ddd849
92 changed files with 85 additions and 92 deletions

View File

@@ -2,4 +2,4 @@ class Numeric
def percent_of(n)
(to_f / n * 100).to_i
end
end
end