Module: Enumerable

Included in:
List
Defined in:
lib/M500_containers.rb

Instance Method Summary collapse

Instance Method Details

#to_list(klass = List, *args, &block) ⇒ Object



3
4
5
# File 'lib/M500_containers.rb', line 3

def to_list(klass = List, *args, &block)
  klass.new!(self, *args, &block)
end