Skip to content

Instantly share code, notes, and snippets.

@etiennebarrie
Created March 2, 2012 10:03
Show Gist options
  • Select an option

  • Save etiennebarrie/1957474 to your computer and use it in GitHub Desktop.

Select an option

Save etiennebarrie/1957474 to your computer and use it in GitHub Desktop.
c’est fou fou
class Foo
def foo(*args)
puts(*args)
end
def bar
foo = 42
foo foo
end
end
Foo.new.bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment