Skip to content

Instantly share code, notes, and snippets.

@bjfish
Created March 18, 2015 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjfish/d312f630b2b2547d01bb to your computer and use it in GitHub Desktop.
Save bjfish/d312f630b2b2547d01bb to your computer and use it in GitHub Desktop.
enumerator = ArraySpecs.frozen_array.send(:collect!)
lambda { enumerator.each {|x| x } }.should raise_error(RuntimeError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment