Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37761645
en ru br
ALT Linux repositórios
S:1.0.0-alt2

Group :: Desenvolvimento/Ruby
RPM: gem-cleanroom

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 1.0.0-alt2
Data da compilação: 4 fevereiro 2023, 12:17 ( 65.1 weeks ago )
Tamanho:: 14.71 Kb

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

Licença: Apache 2.0
Sumário: (More) safely evaluate Ruby DSLs with cleanroom
Descrição:

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.

Mantenedor currente: Ruby Maintainers Team

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • gem-cleanroom
  • gem-cleanroom-devel
  • gem-cleanroom-doc
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009