-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable YAML serialization of Ruby delegators #158
Conversation
This doesn't include a test because I couldn't quite figure out the test suite, but I want to start the conversation. |
This relates to #100. |
Figured out the tests. I'll start on this later. My brain (and my finger) hurts. |
this works for me, THX. |
Hi, can you rebase this and run the tests against Ruby 2.1? It seems to fail for me:
|
I'm seeing the same thing. It seems that in Ruby 2.1.0, you can't |
I'm afraid I'm in over my head now. 😞 |
This pull request merged at c2e3a03 |
It contains following changes from 3.0.0.beta1 * Preserve time zone offset when deserializing times ruby/psych#316 * Enable YAML serialization of Ruby delegators ruby/psych#158 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This works for SimpleDelegator as well.