Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37560675
en ru br
ALT Linux repos
S:1.0.0-alt2

Group :: Development/Ruby
RPM: gem-cleanroom

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.0.0-alt2
Build date: 4 february 2023, 12:17 ( 64.0 weeks ago )
Size: 14.71 Kb

Home page:   https://github.com/sethvargo/cleanroom

License: Apache 2.0
Summary: (More) safely evaluate Ruby DSLs with cleanroom
Description:

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!

The cleanroom pattern is a unique way for more safely evaluating Ruby DSLs
without adding additional overhead.

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

  • gem-cleanroom
  • gem-cleanroom-devel
  • gem-cleanroom-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin