Skip to content

Instantly share code, notes, and snippets.

@RobertDober
Created August 29, 2009 07:51
Show Gist options
  • Save RobertDober/177425 to your computer and use it in GitHub Desktop.
Save RobertDober/177425 to your computer and use it in GitHub Desktop.
def iterate *a, &b
cons_stream a do
iterate( b[*a], &b )
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment