Skip to content

Instantly share code, notes, and snippets.

@fatosmorina
Created November 18, 2018 17:19
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 fatosmorina/b537d3502653018c36c73d000a29dd05 to your computer and use it in GitHub Desktop.
Save fatosmorina/b537d3502653018c36c73d000a29dd05 to your computer and use it in GitHub Desktop.
require 'date'
t = Date.today..Date::Infinity.new
t.lazy.select(&:monday?).first(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment