Registry / utility / characterizable

characterizable

JSON →
library0.1.2rbrubygemsunverified

Characterize the relationship between attributes (getters/setters) of instances of a class.

gem install characterizable
INSTALL
IMPORT
SIG · CHARACTERIZABLE
C
characterizable
utilityrubyv0.1.2
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.

Characterizable
require 'characterizable'

Use Characterizable to inspect attributes

require 'characterizable' class Person attr_accessor :name, :age include Characterizable end person = Person.new person.name = 'Alice' person.age = 30 puts person.characteristics
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
characterizable — gem install characterizable · libregistry