Registry / utility / proxies

proxies

JSON →
library0.2.3rbrubygemsunverified

Proxy objects that can even proxy other proxies.

gem install proxies
INSTALL
IMPORT
SIG · PROXIES
P
proxies
utilityrubyv0.2.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.

Proxies
✓ require 'proxies'

Create a proxy for an object

require 'proxies' original = 'hello' proxy = Proxies::Proxy.new(original) proxy.upcase # => 'HELLO'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
proxies — gem install proxies · libregistry