Skip to content

Instantly share code, notes, and snippets.

@rramsden
Created May 31, 2011 17:46
Show Gist options
  • Save rramsden/1000951 to your computer and use it in GitHub Desktop.
Save rramsden/1000951 to your computer and use it in GitHub Desktop.
# we have to fake an enumerable object :) oh what fun!
block = proc {
[@zipfile].each do |file|
yield
end
}
@zip.stub!(:each).and_return(&block)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment