Skip to content

Instantly share code, notes, and snippets.

@mediocretes
Created January 17, 2012 19:34
Show Gist options
  • Save mediocretes/1628363 to your computer and use it in GitHub Desktop.
Save mediocretes/1628363 to your computer and use it in GitHub Desktop.
class Evens < Stage
def process
value = 0
loop do
output value
value += 2
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment