2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

removed warning about already existing constants

This commit is contained in:
Régis Hanol 2013-08-30 17:27:24 +02:00
parent 232f5bd743
commit 1a38f66c7e
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ class TextSentinel
attr_accessor :text
ENTROPY_SCALE = 0.7
ENTROPY_SCALE ||= 0.7
def initialize(text, opts=nil)
@opts = opts || {}