# File lib/annoy.rb, line 86 86: def Annoy.string_question(factor=:medium) 87: # Strings don't need to be evaluated so the answer is the 88: # same as the question. 89: str = strand @@strlen[factor] 90: [str,str] 91: end