Another minor nit that I noticed in #824 Permanently deleted user 创建于 2009年04月10日 01:39 If you're using rspec, include is a matcher for collections. e.g..should include(3)RubyMine is making 'include' bold as if it were the the Module.includemethod, and not Spec::Matchers.includeIt's minor, but still stands out.cheers,Charles
Hello Charles,
Thanks you!, filled a bug: http://www.jetbrains.net/jira/browse/RUBY-3655
Regards,
Oleg
Fixed, will be available in new coming beta.
That was fast on both issues. Thanks.
Oleg Shpynov wrote: