Skip to content

Instantly share code, notes, and snippets.

@jredville
Created February 12, 2014 17:59
Show Gist options
  • Save jredville/8961005 to your computer and use it in GitHub Desktop.
Save jredville/8961005 to your computer and use it in GitHub Desktop.
def foo(&bar)
bar ||= lambda {|a| a}
# do something with bar
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment