Skip to content

Instantly share code, notes, and snippets.

@davemackintosh
Last active August 29, 2016 10:40
Show Gist options
  • Save davemackintosh/2aa49f7886132779764518e61f39b1f1 to your computer and use it in GitHub Desktop.
Save davemackintosh/2aa49f7886132779764518e61f39b1f1 to your computer and use it in GitHub Desktop.
class Lightbulb_Interface {
// switch_on should have an arity of 0
// it should turn on the thing.
switch_on() {}
// switch_off should have an arity of 0.
// it should turn off the thing.
switch_off() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment