Skip to content

Instantly share code, notes, and snippets.

@bpo
Created October 31, 2014 20:02
Show Gist options
  • Save bpo/0108b9f07108d9102660 to your computer and use it in GitHub Desktop.
Save bpo/0108b9f07108d9102660 to your computer and use it in GitHub Desktop.
A simple demonstration of why Ruby DSLs are confusing
# Read this aloud.
5.minutes.ago > 10.minutes.ago
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment