Registry / utility / linked

linked

JSON →
library0.5.2rbrubygemsunverified

A linked list implementation in Ruby designed to be subclassed or included by other objects.

gem install linked
INSTALL
IMPORT
SIG · LINKED
L
linked
utilityrubyv0.5.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.

Linked
require 'linked'

Create and iterate over a linked list

require 'linked' list = Linked::List.new list << 'a' list << 'b' list.each { |item| puts item }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

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