Class: Rusty::DX::List

Inherits:
Array
  • Object
show all
Defined in:
lib/rusty/dx.rb

Overview

The array storage implementation.

Defined Under Namespace

Modules: Delegator

Constant Summary collapse

DELEGATE_METHODS =
[:[], :[]=, :<<, :first]