Chris Lloyd
                                            Chris Lloyd
                                        
                                    The colon syntax allows for easier copy and paste than using a comma. Also the comma is extra syntax which may be non obvious in situations where attributes use commas...
Some time has passed since the original discussion around this issue - has anything changed that might enable a nicer solution to this? I tried @bjeanes' workaround in the inline...
``` GET 302 Found: http://gemcutter.org/latest_specs.4.8.gz GET 304 Not Modified: http://production.s3.rubygems.org/latest_specs.4.8.gz GET 200 OK: http://gems.github.com/latest_specs.4.8.gz Installing gem johnson-1.2.0 /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/.autotest /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/CHANGELOG.rdoc /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/Manifest.txt /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/README.rdoc /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/Rakefile /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/bin/johnson /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/ext/spidermonkey/context.c /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/ext/spidermonkey/context.h /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/ext/spidermonkey/conversions.c /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/ext/spidermonkey/conversions.h /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/ext/spidermonkey/debugger.c /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/ext/spidermonkey/debugger.h /Users/chris/.gem/ruby/1.8/gems/johnson-1.2.0/ext/spidermonkey/extconf.rb...
Awesome, thanks @mheffner.
This is a known issue. The method missing matcher is (I think) going to detect if the method ends in a question mark, and then call `.all` on the result...