dbremner / rubydotnetcompiler

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

method_missing should be called with Symbol #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
class C
  def method_missing(mid)
    puts mid.class
  end
end

C.new.test

Should print "Symbol", but prints "String".

Original issue reported on code.google.com by sanxiyn on 20 Nov 2007 at 12:05

GoogleCodeExporter commented 8 years ago
Blocks Rake.

Original comment by sanxiyn on 20 Nov 2007 at 12:49

GoogleCodeExporter commented 8 years ago

Original comment by sanxiyn on 20 Nov 2007 at 1:33

GoogleCodeExporter commented 8 years ago

Original comment by meaningi...@gmail.com on 3 Dec 2007 at 3:16