Class: Rupture::Seq::EmptySeq

Inherits:
Rupture::Seq show all
Defined in:
lib/rupture/seq.rb

Constant Summary

Constants inherited from Rupture::Seq

Empty

Instance Method Summary collapse

Methods inherited from Rupture::Seq

#[], #eql?, #inspect, #to_ary

Methods included from Rupture::Sequence

#concat, #conj, #count, #divide, #doall, #drop, #drop_last, #drop_while, #each, #empty?, #every?, #filter, #first, #flatten, #foldr, #frequencies, #into, #last, #map, #map_indexed, #mapcat, #next, #not_empty, #nth, #partition, #partition_all, #partition_between, #partition_by, #reduce, #reductions, #remove, #rest, #reverse, #second, #separate, #sequential?, #some, #sort, #sort_by, #split_at, #split_with, #take, #take_last, #take_while, #tree_seq

Instance Method Details

#seqObject



34
35
36
# File 'lib/rupture/seq.rb', line 34

def seq
  nil
end