Skip to content
  • Leigh Halliday's avatar
    7abbe137
    ArrayInquirer to correctly find symbols or strings · 7abbe137
    Leigh Halliday authored
    The problem existed where if your ArrayInquirer values were
    strings but you checked them using any? with a symbol, it would
    not find the value. Now it will correctly check whether both
    the String form or the Symbol form are included in the Array.
    
    `
    7abbe137
    ArrayInquirer to correctly find symbols or strings
    Leigh Halliday authored
    The problem existed where if your ArrayInquirer values were
    strings but you checked them using any? with a symbol, it would
    not find the value. Now it will correctly check whether both
    the String form or the Symbol form are included in the Array.
    
    `
Loading