How to convert a Ruby struct to a hash
Posted on November 13, 2013
Inject Resources
- Ruby doc on inject
- Jay Field’s post on inject is my go-to reference. Inject can take a while to wrap your head around, so I suggest playing with it in IRB or the console.
Struct Resources
- Ruby doc on struct
- struct#members
- Steve Klabnick on Struct.new
Got something to say?