Skip to content

Instantly share code, notes, and snippets.

@fnando
Created November 19, 2011 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fnando/1378186 to your computer and use it in GitHub Desktop.
Save fnando/1378186 to your computer and use it in GitHub Desktop.
class Foo
end
#=> funciona antes do 1.9.3
#=> exceção no 1.9.3
Foo.new(1,2,3,4,5,6,7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment