Skip to content

Instantly share code, notes, and snippets.

@Yuemashi
Created July 4, 2016 14:22
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 Yuemashi/40fb406736acc6cff15b92ca241e2efe to your computer and use it in GitHub Desktop.
Save Yuemashi/40fb406736acc6cff15b92ca241e2efe to your computer and use it in GitHub Desktop.
(1..1.0/0).lazy.map{|n| fib[n]}.select{|n| n % 2 == 0}.take(10).to_a
=> [2, 8, 34, 144, 610, 2584, 10946, 46368, 196418, 832040]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment