Skip to content

Commit

Permalink
Add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Apr 28, 2012
1 parent bda6975 commit d430e11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def greater_than_sum?(float1, float2)
difference + float2 > float1 difference + float2 > float1
end end
``` ```

Вы могли бы ожидать от этого метода постоянное возвращение `false`. Однако Вы могли бы ожидать от этого метода постоянное возвращение `false`. Однако
попытайтесь вызвать `greater_than_sum?(214.04, 74.79)` и он вернет `true`! попытайтесь вызвать `greater_than_sum?(214.04, 74.79)` и он вернет `true`!


Expand Down

0 comments on commit d430e11

Please sign in to comment.