Delegates class methods to a member instance.
Grants 7715 permissions from a DeleGator smart account
Decorate elements with delegated events
This package gives access to Push Protocol (Push Nodes) APIs. Visit [Developer Docs](https://push.org/docs) or [Push.org](https://push.org) to learn more.
PoolTogether V4 TWAB Delegator contracts
A Claude Code plugin that provides GPT (via Codex CLI) as specialized expert subagents. Five domain experts that can advise OR implement: Architect, Plan Reviewer, Scope Analyst, Code Reviewer, and Se
Flow SDK Stored Interaction - Registers a Delegator held in Staking Collection
A lib to delegate tasks for workers on a controlled way
Delegates the fields to be displayed
Vote delegation system for STEEM blockchain: cli tool for delegators
Flow SDK Stored Interaction - Register Delegator
MintSwap RFQ js package
Railgun deployment addresses and artifacts
A tiny library for event delegation
Flow SDK Stored Interaction - Get Delegator Id
Flow SDK Stored Interaction - Transfers a delegator from one Staking Collection to another.
MCP tools for AWCP delegation
Node/web library for Wise: a vote delegation system for STEEM blockchain
This library was generated with [Nx](https://nx.dev).
AI agent delegation system for Claude Desktop using Model Context Protocol (MCP)
Agent orchestration, management, and operations plugin for OpenCode
The library provides event delegation functionality
PoolTogether V4 TWAB Delegator contracts
Browser event delegation.
Delegator and SimpleDelegator in Ruby's stdlib are useful, but they pull in most of Kernel. This is not appropriate for many uses; for instance, delegation to Rails Models. DumbDelegator, on the other hand, delegates nearly everything to the wrapped object.
Wrap a whole class (including classes methods) into a delegate class
Creates aliases for class methods, instance methods, constants, delegated methods and more. Aliases can be easily searched or saved as YAML config files to load later. Custom alias types are easy to create with the DSL Alias provides. Although Alias was created with the irb user in mind, any Ruby console program can hook into Alias for creating configurable aliases.
Saves creating class methods that delegate to the same instance method.
Similar to ruby delegate class method, but memoize the result.
Provides a delegate class method to easily expose contained object's methods as your own. If the delegate object is nil, there are several options: If no block is provided, it will raise a NoMethodError exception; if the optional code block is specified you may return an alternate value, or to take some arbitrary action.
Quickly add customizable class delegate constants which output their names, not their values. This may be desirable for some DSLs.
Creates aliases for class methods, instance methods, constants, delegated methods and more. Aliases can be easily searched or saved as YAML config files to load later. Custom alias types are easy to create with the DSL Alias provides. Although Alias was created with the irb user in mind, any Ruby console program can hook into Alias for creating configurable aliases.
This gem offers a proxy class that can be used to create a read-only wrappers around any other class, by declaring which methods can be delegated to the wrapped class.
A variant of the Forwardable module in the Ruby Standards Library. Instead of requiring the delegation object to be available on the class, it can be any object.
Defines a few functions on the class that will delegate calls
SimpleDelegator on steroids: automatic delegation, decorator class inference, etc.