Registry / utility / module-methods

module-methods

JSON →
library1.0.0rbrubygemsunverified

Extendable module for modules with instance and class methods, preserving chains like inherited or included.

utility
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.

require 'module_methods'

Define and use module methods with chain preservation.

require 'module_methods' class MyModule < Module include ModuleMethods module_method :my_method do puts 'Hello from module method' end end MyModule.my_method
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
12 hits · last 30 days
gptbot
3
claudebot
3
Resources