class link declare data declare next def link(data, next) this.data = data this.next = next end end