Skip to content

Instantly share code, notes, and snippets.

@joeljuca
Last active June 5, 2017 17:30
Show Gist options
  • Save joeljuca/b514d92b9e155e3cb3ebd9d3dbe53844 to your computer and use it in GitHub Desktop.
Save joeljuca/b514d92b9e155e3cb3ebd9d3dbe53844 to your computer and use it in GitHub Desktop.
def counter(count_to)
Array(1..count_to)
.each { |n|
return 'Counting: ' + n.to_s
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment