Skip to content

Instantly share code, notes, and snippets.

@kepstin
Created October 26, 2012 14:10
Show Gist options
  • Save kepstin/3959028 to your computer and use it in GitHub Desktop.
Save kepstin/3959028 to your computer and use it in GitHub Desktop.
define atype ( $a ) {
include aclass
}
class aclass {
notify { "$a": }
}
atype { "first":
a => 'foo',
}
atype { "second":
a => 'bar',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment