Why is my conclusion
logger.debug ["This is", "an", "Array"]
This isanArray
not something like ["This," "an," "Array"]
Is there any way to do this? (I know I can do to_yaml, but this is too much for me)
What are some options for pure clean array output similar to print_r in php?
source share