dbremner / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
0 stars 0 forks source link

"Object.inspect" should return "Object", not "#<Class:...>" #57

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Test case:

  puts Object.inspect

Expected:

  Object

Actual:

  #<Class:0x1e6fa8e>

Original issue reported on code.google.com by sason...@gmail.com on 23 Oct 2007 at 5:18