# File lib/main/mode.rb, line 39
  def self.list *a, &b
    List.new *a, &b
  end