Daniel Rehner

Results 1 comments of Daniel Rehner

If you want to make sure a YAML value is always treated like a string, you can cast it explicitly by prepending `!!str `. Example: ``` pry(main)> YAML.safe_load("!!str 2019-01-01") =>...