Skip to content

Instantly share code, notes, and snippets.

@nanne007
Created April 15, 2013 09:05
Show Gist options
  • Save nanne007/5386869 to your computer and use it in GitHub Desktop.
Save nanne007/5386869 to your computer and use it in GitHub Desktop.
class Class
def to_proc
proc { |x, y| new x, y }
end
end
p [[1, 'a'], [2, 'b'], [3, 'c']].map &Array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment