Skip to content
  • Sylvain Arrambourg's avatar
    feat: make eval return real object instead of str · 3f35e198
    Sylvain Arrambourg authored
    If the evalued code return a hash, the attribute will be a hash and
    not the string representation of the hash. Same for an int.
    
    Warning: this may break existing code relying on previous (broken)
    behavior. Add `.to_s` to evalued code if you need.
    
    Closes #3
    3f35e198