Skip to content

Instantly share code, notes, and snippets.

@DNNX

DNNX/ README.md Secret

Created April 16, 2017 17:32
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 DNNX/85986f9fa25fc99a3823a64854a59119 to your computer and use it in GitHub Desktop.
Save DNNX/85986f9fa25fc99a3823a64854a59119 to your computer and use it in GitHub Desktop.
excellent-2
duplicate = Array.method(:new).curry(2).(2)
duplicate.(20) # => [20, 20]
duplicate.(:x) # => [:x, :x]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment