Skip to content

Instantly share code, notes, and snippets.

@fabiokung
Created July 28, 2009 20:49
Show Gist options
  • Save fabiokung/157658 to your computer and use it in GitHub Desktop.
Save fabiokung/157658 to your computer and use it in GitHub Desktop.
class ArcoIris
include Enumerable
def each()
yield "vermelho"
yield "laranja"
yield "amarelo"
yield "verde"
yield "azul"
yield "aniz"
yield "violeta"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment