Skip to content

Instantly share code, notes, and snippets.

@mistyrinth
Created November 14, 2018 04:17
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 mistyrinth/751ab0201e74676ccd9b9ea4d3818e4a to your computer and use it in GitHub Desktop.
Save mistyrinth/751ab0201e74676ccd9b9ea4d3818e4a to your computer and use it in GitHub Desktop.
range = 1 .. 5
range.each {|num|
print("numの値は", num,"\n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment