Skip to content

Instantly share code, notes, and snippets.

@mensfeld
Created January 10, 2019 09:10
Show Gist options
  • Save mensfeld/2cac2d51e55d25ff57d04edf1aa3554c to your computer and use it in GitHub Desktop.
Save mensfeld/2cac2d51e55d25ff57d04edf1aa3554c to your computer and use it in GitHub Desktop.
client = Api.new
client.get #=> []
client.add('12313131') #=> ['12313131']
client.add('msg') #=> ['12313131', 'msg']
client.del('msg') #=> ['12313131']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment