Registry / utility / blankslate

blankslate

JSON →
library3.1.3rbrubygemsunverified

BlankSlate extracted from Builder, providing a base class with minimal methods.

gem install blankslate
INSTALL
IMPORT
SIG · BLANKSLATE
B
blankslate
utilityrubyv3.1.3
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.

BlankSlate
require 'blankslate'

Create a DSL using BlankSlate

require 'blankslate' class MyDSL < BlankSlate def method_missing(name, *args) puts "Called #{name}" end end MyDSL.new.foo
Debug
Known issues
gotchaBlankSlate may conflict with Ruby 2.4+ due to removal of certain methods
fix
Use BasicObject instead for new projects
affects: >= 3.1.3
Upgrade
Version history
3.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources