Skip to content

Instantly share code, notes, and snippets.

@christianromney
Created October 21, 2008 19:50
Show Gist options
  • Save christianromney/18398 to your computer and use it in GitHub Desktop.
Save christianromney/18398 to your computer and use it in GitHub Desktop.
mapper = Hash.new do |h,k|
[k.upcase, lambda {|x| x}]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment