Class: Amplitude::Formatters::Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/amplitude/formatters/hash.rb

Class Method Summary collapse

Class Method Details

.call(obj) ⇒ Object



4
5
6
# File 'lib/amplitude/formatters/hash.rb', line 4

def call(obj)
  obj&.to_h
end