class Rake::LinkedList

def self.empty

The standard empty list class for the given LinkedList class.
def self.empty
  self::EMPTY
end