class Amplitude::Formatters::Hash
Public Class Methods
call(obj)
click to toggle source
# File lib/amplitude/formatters/hash.rb, line 4 def call(obj) obj&.to_h end
# File lib/amplitude/formatters/hash.rb, line 4 def call(obj) obj&.to_h end