Registry / utility / doodle

doodle

JSON →
library0.2.3rbrubygemsunverified

Doodle simplifies the definition of Ruby classes by making attributes and their properties more declarative, without modifying Object, Class, or Module.

gem install doodle
INSTALL
IMPORT
SIG · DOODLE
D
doodle
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.

Doodle
require 'doodle'

Define a class with declarative attributes using Doodle.

require 'doodle' class Person has :name, :kind => String has :age, :kind => Integer end p = Person.new(:name => 'Alice', :age => 30)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
doodle — gem install doodle · libregistry