class Gem::List

def initialize(value = nil, tail = nil)

def initialize(value = nil, tail = nil)
  @value = value
  @tail = tail
end