Module: Qo::Destructurers
- Defined in:
- lib/qo/destructurers/destructurers.rb,
lib/qo/destructurers/destructurer.rb
Overview
Classes that allow for the destructuring of values from an object, meant to emulate Javascript object destructuring. While this is a very powerful expressive feature, it can also slow down execution by a small amount, so use destructuring wisely.
Defined Under Namespace
Classes: Destructurer