Categories: None [Edit]

cleanroom

https://rubygems.org/gems/cleanroom
https://github.com/sethvargo/cleanroom
Ruby is an excellent programming language for creating and managing custom DSLs, but how can you securely evaluate a DSL while explicitly controlling the methods exposed to the user? Our good friends instance_eval and instance_exec are great, but they expose all methods - public, protected, and private - to the user. Even worse, they expose the ability to accidentally or intentionally alter the behavior of the system! The cleanroom pattern is a safer, more convenient, Ruby-like approach for limiting the information exposed by a DSL while giving users the ability to write awesome code!

Total

Ranking: 2,340 of 193,767
Downloads: 9,577,701

Daily

Ranking: 2,711 of 193,752
Downloads: 2,016

Depended by

RankDownloadsName
15,265139,407hybrid_platforms_conductor
25,80358,733roundtrip_xml
37,39834,795flo
59,41118,617pigspec
105,7267,665savvy

Depends on

RankDownloadsName
13,495,674,061bundler
81,346,467,157rake
29989,755,551rspec

Owners

#GravatarHandle
1iconsethvargo