This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
empty?()
Is the list empty?
# File lib/rake/linked_list.rb, line 22 def empty? false end