Skip to content

Instantly share code, notes, and snippets.

@AlexRiedler
Last active August 29, 2015 14:26
Show Gist options
  • Save AlexRiedler/9caccbf08ecd074c2d93 to your computer and use it in GitHub Desktop.
Save AlexRiedler/9caccbf08ecd074c2d93 to your computer and use it in GitHub Desktop.
KISS
module Foo
BAZ = 1
BAR = 2
BEE = 3
KIZ = 8
ID_MAP = {
BAZ: Baz
}
end
module Foo
class Baz
ID = BAZ
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment