method
new
v2_1_10 -
Show latest stable
- Class:
Rake::LinkedList
new(head, tail=EMPTY)public
No documentation available.
# File lib/rake/linked_list.rb, line 10
def initialize(head, tail=EMPTY)
@head = head
@tail = tail
end