Skip to content

Instantly share code, notes, and snippets.

@akem3210
Created December 17, 2019 17:34
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 akem3210/f5b54860c885fca4e4fbd4d5cb306ee4 to your computer and use it in GitHub Desktop.
Save akem3210/f5b54860c885fca4e4fbd4d5cb306ee4 to your computer and use it in GitHub Desktop.
akem@akem-HP:~$ ruby -e "puts 1r.step(by: 1/10r).first(10).map(&:to_f)"
1.0
1.1
1.2
1.3
1.4
1.5
1.6
1.7000000000000002
1.8
1.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment