Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/occurrence_counter/ext/array.rb

Instance Method Summary collapse

Instance Method Details

#count_occurrences(*pre_process) ⇒ Object



3
4
5
# File 'lib/occurrence_counter/ext/array.rb', line 3

def count_occurrences(*pre_process)
  OccurrenceCounter.count(self, *pre_process)
end