module Hamster::EmptyList
def cached_size?
def cached_size? true end
def empty?
def empty? true end
def head
-
(nil)
-
def head nil end
def size
-
(Integer)
-
def size 0 end
def tail
-
(self)
-
def tail self end
def cached_size? true end
def empty? true end
(nil)
-
def head nil end
(Integer)
-
def size 0 end
(self)
-
def tail self end