Sha256: 40378e82e00732c70774f1e352b14358dc06b49412e5c3e8cfdb52caff2c2345

Contents?: true

Size: 369 Bytes

Versions: 10

Compression:

Stored size: 369 Bytes

Contents

(def/cycler cycler-testing-example (c1 c2 c3))

(examples-for cycler
  ("returns each item in the list, over and over"
   (list (cycler-testing-example) (cycler-testing-example) (cycler-testing-example) (cycler-testing-example)
         (cycler-testing-example) (cycler-testing-example) (cycler-testing-example) (cycler-testing-example))
   (c1 c2 c3 c1 c2 c3 c1 c2)))

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
nydp-0.6.0 lib/lisp/tests/cycler-examples.nydp
nydp-0.5.1 lib/lisp/tests/cycler-examples.nydp
nydp-0.5.0 lib/lisp/tests/cycler-examples.nydp
nydp-0.4.6 lib/lisp/tests/cycler-examples.nydp
nydp-0.4.5 lib/lisp/tests/cycler-examples.nydp
nydp-0.4.3 lib/lisp/tests/cycler-examples.nydp
nydp-0.4.2 lib/lisp/tests/cycler-examples.nydp
nydp-0.4.1 lib/lisp/tests/cycler-examples.nydp
nydp-0.4.0 lib/lisp/tests/cycler-examples.nydp
nydp-0.3.0 lib/lisp/tests/cycler-examples.nydp