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,310 of 190,365
Downloads: 9,336,436

Daily

Ranking: 3,418 of 190,317
Downloads: 2,424

Depended by

RankDownloadsName
14,939136,387hybrid_platforms_conductor
25,36557,656roundtrip_xml
36,71734,425flo
58,95518,231pigspec
105,4167,440savvy

Depends on

RankDownloadsName
13,243,919,424bundler
81,256,317,454rake
29957,790,816rspec

Owners

#GravatarHandle
1iconsethvargo