Skip to content

Instantly share code, notes, and snippets.

View v-yarotsky's full-sized avatar

Vlad Yarotsky v-yarotsky

View GitHub Profile
WorkingExample before dump and load: #<WorkingExample:0x1076c37e0 @foo=1, @bar=2>
WorkingExample dumpU:WorkingExamplei
WorkingExample after dump and load: #<WorkingExample:0x1076c33d0 @foo=1>
FaultyExample before dump and load: @foo=,@bar=,@qux=3
FaultyExample dumpIU:FaultyExamplei
FaultyExample after dump and load: @foo=1,@bar=,@qux=