Pull request #106 makes this: ``` Psych.dump("@123'abc") --- "@123'abc" ``` But now it's again back to single quotes because of this commit: 69a1aea11b5687a500d0901e7513691766ce80d4 It would be great if double quotes are used in case a single quote is inside the dumped string and there are no double quotes inside.