Skip to content

Instantly share code, notes, and snippets.

@zleap
Created February 14, 2018 14:32
Show Gist options
  • Save zleap/d35df7f48c24e4fdf50cbf4dd35a0495 to your computer and use it in GitHub Desktop.
Save zleap/d35df7f48c24e4fdf50cbf4dd35a0495 to your computer and use it in GitHub Desktop.
def double(num)
yield(num)
end
double(16) {|x| puts x * 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment