Skip to content

Instantly share code, notes, and snippets.

@charleseff
Last active January 2, 2016 16:09
Show Gist options
  • Save charleseff/8327709 to your computer and use it in GitHub Desktop.
Save charleseff/8327709 to your computer and use it in GitHub Desktop.
class foo(before => Exec['blah']) {
....
}
@charleseff
Copy link
Author

@adrienthebo would this be legit then?

class foo {
  Class['foo'] -> Class['bla']
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment