Skip to content

Instantly share code, notes, and snippets.

@mariuszs
Created October 13, 2013 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariuszs/6967760 to your computer and use it in GitHub Desktop.
Save mariuszs/6967760 to your computer and use it in GitHub Desktop.
def text = Hook.create().text()
println text.loremIpsum
println "* Words "
println text.words(1)
println text.words()
println text.words(190)
println "* Sentences"
println text.sentence()
println text.sentence(3)
println text.sentence(190)
println "* Paragraph *"
println text.paragraph()
println text.paragraph(190)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment