Module: UserIdentification
- Defined in:
- lib/log_analysis/user_identification.rb
Defined Under Namespace
Classes: Error
Class Method Summary collapse
-
.execute(cleaned_data) ⇒ Object
Your code goes here…
Class Method Details
.execute(cleaned_data) ⇒ Object
Your code goes here…
8 9 10 |
# File 'lib/log_analysis/user_identification.rb', line 8 def self.execute(cleaned_data) cleaned_data.map(&:user).uniq end |