Skip to content

Instantly share code, notes, and snippets.

@tarcieri
Created May 8, 2010 05:43
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 tarcieri/394384 to your computer and use it in GitHub Desktop.
Save tarcieri/394384 to your computer and use it in GitHub Desktop.
>> class Foo; def bar; 42; end; end
=> Foo
>> f = Foo()
=> #<Foo>
>> f.bar()
=> 42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment