Skip to content

Instantly share code, notes, and snippets.

@mrhaki
Last active August 29, 2015 14:02
Show Gist options
  • Save mrhaki/db1c1bc7f4bae3f9338e to your computer and use it in GitHub Desktop.
Save mrhaki/db1c1bc7f4bae3f9338e to your computer and use it in GitHub Desktop.
Show passthrough feature of Asciidoc
def sample = (1..4).collect { it * 2 }
assert sample == [2,4,6,8]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment