Skip to content

Instantly share code, notes, and snippets.

@harukizaemon
Created September 24, 2010 10:58
Show Gist options
  • Select an option

  • Save harukizaemon/595189 to your computer and use it in GitHub Desktop.

Select an option

Save harukizaemon/595189 to your computer and use it in GitHub Desktop.
require 'yaml'
require 'set'
class C
end
YAML::load(YAML::dump(Set[C.new]))
# ArgumentError: syntax error on line 3, col -1: ` : true '
# method load in syck.rb at line 135
# method load in syck.rb at line 135
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment