Actions
Bug #2311
closed[BUG] cfp consistency error - send
Description
=begin
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
=end
Actions
Like0
Like0