revert
This commit is contained in:
parent
e4840e57eb
commit
2ef96731a3
1 changed files with 1 additions and 1 deletions
2
app.rb
2
app.rb
|
@ -69,7 +69,7 @@ end
|
|||
def readable_number(value)
|
||||
negative = false
|
||||
|
||||
negative = true if value =~ /\-/
|
||||
#negative = true if value =~ /\-/
|
||||
value.gsub!(/\-/, '')
|
||||
numbers.each do |number, symbol|
|
||||
if value.to_f / number.to_f > 1
|
||||
|
|
Loading…
Reference in a new issue