Closed lavrovdv closed 11 years ago
Thank you for pull request. However, I was wandering which is better hash key, String 'text' or Symbol :text, much when I implemented ADL parser. For better performance, key should be symbol, but in some cases, key needs pattern matching by regular expression. I selected string type key, but which do you think better?
I think better way in this case use String keys. The use of Symbols does not have so much effect on performance this case.
Thank you for your kind advise. Спасибо!
Archetype#concept_name use item[:text], but adl parser return item hash with key 'text'.