Method: Streamer::Functors::Count#call

Defined in:
lib/streamer/functors/count.rb

#callObject



5
6
7
# File 'lib/streamer/functors/count.rb', line 5

def call
  list.size
end