method

cons

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: EmptyLinkedList
cons(head, tail) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rake/linked_list.rb, line 95
      def self.cons(head, tail)
        @parent.cons(head, tail)
      end
Register or log in to add new notes.