-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Facets used to have #to_data to convert an object's instance state to a hash. Looks like that became #object_state. But #object_state isn't a complete state of built-in objects b/c it doesn't include any extra instance variables, which can be added b/c of Ruby's dynamic abilities.
So we need to nail down how all this should work.
(Note: Check Psych fork to see how that handled this for YAML.)