Skip to content

Instantly share code, notes, and snippets.

@stephenjudkins
Created February 15, 2011 21:29
Show Gist options
  • Save stephenjudkins/828293 to your computer and use it in GitHub Desktop.
Save stephenjudkins/828293 to your computer and use it in GitHub Desktop.
require 'java'
module Java::scala::collection::Seq
def each(&block)
foreach &block
end
include Enumerable
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment