Methods

Files

LazyList::Enumerable::ObjectMethods

Public Instance Methods

end_list() click to toggle source

This method can be used to end a list in a predicate that is used to filter the lazy list via the select, reject, or partition method.

# File lib/lazylist/enumerable.rb, line 120
      def end_list
        throw :end_list, :end_list
      end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.