lib/mixpanel/person.rb in mixpanel-4.0.1 vs lib/mixpanel/person.rb in mixpanel-4.0.2

- old
+ new

@@ -61,13 +61,9 @@ def append_identify(distinct_id) append 'identify', distinct_id end - def append_alias(aliased_id) - append 'alias', aliased_id - end - protected def engage(action, request_properties_or_distinct_id, properties, options) default = {:async => @async, :url => PERSON_URL} options = default.merge(options)