Registry / utility / blockenspiel

blockenspiel

JSON →
library0.5.0rbrubygemsunverified

A helper library designed to make it easy to implement DSL blocks, supporting nested blocks and multithreading.

gem install blockenspiel
INSTALL
IMPORT
SIG · BLOCKENSPIEL
B
blockenspiel
utilityrubyv0.5.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.

Blockenspiel
require 'blockenspiel'

Define and invoke a simple DSL using Blockenspiel.

require 'blockenspiel' class MyDSL include Blockenspiel::DSL def greet(name) puts "Hello, #{name}!" end end Blockenspiel.invoke(MyDSL.new) do greet('World') end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
blockenspiel — gem install blockenspiel · libregistry