Skip to content

Instantly share code, notes, and snippets.

@shunwen
Created May 13, 2013 04:48
Show Gist options
  • Save shunwen/5566215 to your computer and use it in GitHub Desktop.
Save shunwen/5566215 to your computer and use it in GitHub Desktop.
Use default value in lambda
lambda { |*args| (args.first || default) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment