I hereby claim:
- I am aef on github.
- I am aef (https://keybase.io/aef) on keybase.
- I have a public key whose fingerprint is 5055 4C0A 57E2 584C D469 3B2F 16A5 09A9 D57D 5490
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env ruby | |
# encoding: UTF-8 | |
=begin | |
Copyright Alexander E. Fischer <[email protected]>, 2012 | |
Permission to use, copy, modify, and/or distribute this software for any | |
purpose with or without fee is hereby granted, provided that the above | |
copyright notice and this permission notice appear in all copies. | |
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
require 'set' | |
def self.`(string) | |
string.split(/,/).map{|string| eval string}.to_set | |
end | |
`:a, :b, :c` |