You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Blather
Thanks to Somebody32 on github a major bug was found.
DSL#write was messing with YAML. When calling Object#to_yaml YAML
would notice Kernel#write and attempt to use to write out the YAML
version of the object.
My solution was to change the method name to #write_to_stream. This
only affects the DSL.