Method: RD::List#initialize

Defined in:
lib/rd/list.rb

#initializeList

Returns a new instance of List.



9
10
11
# File 'lib/rd/list.rb', line 9

def initialize
  @items = []
end