Registry / utility / cleanroom

cleanroom

JSON →
library1.0.0rbrubygemsunverified

Provides a safer, more convenient Ruby-like approach for limiting the information exposed by a DSL while giving users the ability to write awesome code.

gem install cleanroom
INSTALL
IMPORT
SIG · CLEANROOM
C
cleanroom
utilityrubyv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cleanroom
require 'cleanroom'

Create and evaluate a safe DSL

require 'cleanroom' class MyDSL < Cleanroom::Base expose :greet def greet(name) "Hello, #{name}" end end MyDSL.new.evaluate('greet("World")')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
cleanroom — gem install cleanroom · libregistry