class Streamer::Functors::Count

Count provides the number of items in a list

Public Instance Methods

call() click to toggle source
# File lib/streamer/functors/count.rb, line 5
def call
  list.size
end