class Hamster::Realizable

def tail

def tail
  realize if @tail == Undefined
  @tail
end