About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
rauhryan
3/1/2012 - 11:12 PM
share
Share
add_circle_outline
Save
gistfile1.rb
gistfile1.rb
content_copy
file_download
def my_cool_for_each %w{ hello there }.each { |x| yield x } end my_cool_for_each do |x| puts x end
clear