[ create a new paste ] login | about

Link: http://codepad.org/T8kYU9Mx    [ raw code | output | fork ]

Ruby, pasted on Mar 27:
1
2
3
4
5
6
7
class Foo
  def initialize
    puts Foo === self
  end
end

Foo.new


Output:
1
true


Create a new paste based on this one


Comments: