Created
September 24, 2010 10:58
-
-
Save harukizaemon/595189 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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