From: Marc-Andre Lafortune Date: 2009-10-30T12:16:50+09:00 Subject: [ruby-core:26427] [Bug #2311] [BUG] cfp consistency error - send Bug #2311: [BUG] cfp consistency error - send http://redmine.ruby-lang.org/issues/show/2311 Author: Marc-Andre Lafortune Status: Open, Priority: High Assigned to: Yukihiro Matsumoto, Category: core, Target version: 1.9.2 ruby -v: ruby 1.9.2dev (2009-10-30 trunk 25565) [x86_64-darwin10.0.0] Following r25521: $rubydev -e ' class X def method_missing(s); end end X.new.foo(:bar) rescue nil puts "hello" ' Generates -e:0:in `method_missing': wrong number of arguments (2 for 1) (ArgumentError) from -e:5:in `
' Instead of "hello" $ mspec core/file/stat/directory_spec.rb -t rubydev crashes ruby with [BUG] cfp consistency error - send ---------------------------------------- http://redmine.ruby-lang.org