Flowdock
method

new

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: List
new(value = nil, tail = nil) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/util/list.rb, line 7
    def initialize(value = nil, tail = nil)
      @value = value
      @tail = tail
    end
Register or log in to add new notes.