Skip to content

Instantly share code, notes, and snippets.

@mrbrdo
Created April 3, 2014 15:13
Show Gist options
  • Save mrbrdo/9956281 to your computer and use it in GitHub Desktop.
Save mrbrdo/9956281 to your computer and use it in GitHub Desktop.
(2.2..3.5).step(0.2) { |i| puts i }
2.2
2.4000000000000004
2.6
2.8000000000000003
3.0
3.2
3.4000000000000004
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment