module Mixpanel::SixtyFour

Public Instance Methods

encode_64(json) click to toggle source
# File lib/motion_panel/sixty_four.rb, line 3
def encode_64(json)
  CGI.escape([json].pack('m'))
end