Skip to content

Instantly share code, notes, and snippets.

@ckolderup
Created April 4, 2014 19:05
Show Gist options
  • Save ckolderup/9981141 to your computer and use it in GitHub Desktop.
Save ckolderup/9981141 to your computer and use it in GitHub Desktop.
this was a good use of my time
ruby '2.0.0'
source 'https://rubygems.org'
gem 'activesupport'
require 'active_support/all'
fmt = "%B %-e %Y"
today = Time.now
earlier = rand(2..729).days.ago
puts "It's #{today.strftime(fmt)} and I'm still writing #{earlier.strftime(fmt)} on all my checks."
Copy link

ghost commented Apr 4, 2014

3D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment