Skip to content

Instantly share code, notes, and snippets.

@ody
Created January 12, 2016 16:24
Show Gist options
  • Select an option

  • Save ody/8ae566a78b7319abd1e3 to your computer and use it in GitHub Desktop.

Select an option

Save ody/8ae566a78b7319abd1e3 to your computer and use it in GitHub Desktop.
##
#
define foo(
$a,
$b = "a is ${a}",
) {
notify { $b: }
}
foo { 'thing': a => 'blort blort' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment