Registry / utility / mixology

mixology

JSON →
library0.2.0rbrubygemsunverified

Mixology enables objects to mixin and unmix modules dynamically at runtime.

gem install mixology
INSTALL
IMPORT
SIG · MIXOLOGY
M
mixology
utilityrubyv0.2.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.

Mixology
require 'mixology'

Mixin and unmix modules on objects

require 'mixology' module M def greet "Hello" end end obj = Object.new obj.extend(M) puts obj.greet
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
mixology — gem install mixology · libregistry