Skip to content

Instantly share code, notes, and snippets.

@shinzui
Forked from defunkt/gist:240307
Created November 21, 2009 22:40
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 shinzui/240317 to your computer and use it in GitHub Desktop.
Save shinzui/240317 to your computer and use it in GitHub Desktop.
$ cat test.rb
class Person
end
Person.new
$ cat test.rb | irb
>> class Person
>> end
=> nil
>>
?> Person.new
=> #<Person:0x100323650>
>> $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment