Registry / utility / methodize

methodize

JSON →
library0.3.1rbrubygemsunverified

Module to read from and write to the keys of a ruby Hash using methods.

gem install methodize
INSTALL
IMPORT
SIG · METHODIZE
M
methodize
utilityrubyv0.3.1
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.

Methodize
require 'methodize'

Access hash keys as methods.

require 'methodize' hash = { foo: 'bar' }.extend(Methodize) hash.foo # => 'bar' hash.baz = 'qux'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
methodize — gem install methodize · libregistry