Categories: None [Edit]

vandelay

https://rubygems.org/gems/vandelay
This is one implementation of the [Builder Pattern](https://en.wikipedia.org/wiki/Builder_pattern) in the Ruby programming language. This is primarily used for composing objects to transport a set of data to a receiver with a specific payload. The advantage of using a builder over a plain Hash is using explicit methods to set required fields, and getting a common way to present your data to the receiver. By default, `.build` will transform your data into a hash, but you can override this method to create your preferred format.

Total

Ranking: 154,171 of 186,959
Downloads: 3,424

Daily

Ranking: 147,182 of 186,713
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,905,736,219bundler
101,128,098,871rake
27909,387,510rspec
223191,731,040yard

Owners

#GravatarHandle
1icondjds23