Skip to content

Instantly share code, notes, and snippets.

@Asher-
Created September 24, 2010 21:22
Show Gist options
  • Save Asher-/596072 to your computer and use it in GitHub Desktop.
Save Asher-/596072 to your computer and use it in GitHub Desktop.
class << fiber_instance
extend Enumerable
attr_accessor :internal_enumerator
def each( & block )
raise RuntimeError, "no internal enumerator specified"
return internal_enumerator.next
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment